PHP Class MC4WP_Ninja_Forms_Integration

Inheritance: extends MC4WP_Integration
Afficher le fichier Open project: dannyvankooten/mailchimp-for-wordpress

Méthodes publiques

Свойство Type Description
$description string
$name string

Méthodes publiques

Méthode Description
add_hooks ( ) Add hooks
get_ui_elements ( ) : array
is_installed ( ) : boolean
process ( integer $id, string $value ) : boolean | string Process form submissions
register_field ( )

Method Details

add_hooks() public méthode

Add hooks
public add_hooks ( )

get_ui_elements() public méthode

Since: 3.0
public get_ui_elements ( ) : array
Résultat array

is_installed() public méthode

public is_installed ( ) : boolean
Résultat boolean

process() public méthode

Process form submissions
public process ( integer $id, string $value ) : boolean | string
$id integer
$value string
Résultat boolean | string

register_field() public méthode

public register_field ( )

Property Details

$description public_oe property

public string $description
Résultat string

$name public_oe property

public string $name
Résultat string