Property | Type | Description | |
---|---|---|---|
$description | string | ||
$name | string |
Method | Description | |
---|---|---|
add_hooks ( ) | Add hooks | |
alter_cf7_data ( array $data = [] ) : array | Alter Contact Form 7 data. | |
checkbox_was_checked ( ) : boolean | ||
get_object_link ( integer $object_id ) : string | ||
get_ui_elements ( ) : array | ||
init ( ) : boolean | Registers the CF7 shortcode | |
is_installed ( ) : boolean | ||
process ( WPCF7_ContactForm $cf7_form ) : boolean | Subscribe from Contact Form 7 Forms | |
shortcode ( $args = [] ) : string | Return the shortcode output |
public alter_cf7_data ( array $data = [] ) : array | ||
$data | array | |
return | array |
public get_object_link ( integer $object_id ) : string | ||
$object_id | integer | |
return | string |