Property | Type | Description | |
---|---|---|---|
$description | string | ||
$name | string |
Property | Type | Description | |
---|---|---|---|
$added_through_filter | boolean |
Method | Description | |
---|---|---|
add_checkbox_before_submit_button ( $submit_button_html ) : string | This adds the checkbox just before the submit button and sets a flag to prevent it from outputting twice | |
add_hooks ( ) | Add hooks | |
get_object_link ( $object_id ) | {@inheritdoc } | |
is_installed ( ) : boolean | ||
maybe_output_checkbox ( ) | Output fallback Will output the checkbox if comment_form() function does not use comment_form_submit_field filter yet. | |
subscribe_from_comment ( integer $comment_id, string $comment_approved = '' ) : boolean | string | Grabs data from WP Comment Form |
public add_checkbox_before_submit_button ( $submit_button_html ) : string | ||
$submit_button_html | ||
return | string |
public maybe_output_checkbox ( ) |