akismet_comment_form_privacy_notice, get_option( akismet_comment_form_privacy_notice, hide
akismet_comment_form_privacy_notice, get_option( akismet_comment_form_privacy_notice, hide
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('akismet_comment_form_privacy_notice, get_option( akismet_comment_form_privacy_notice, hide') is found 1 times:
- /wp-content/plugins/akismet/class.akismet.php line 2270
* Default is to not display the notice, leaving the choice to site admins, * or integrators. */ public static function display_comment_form_privacy_notice() { if ( 'display' !== apply_filters( 'akismet_comment_form_privacy_notice', get_option( 'akismet_comment_form_privacy_notice', 'hide' ) ) ) { return; } echo apply_filters( 'akismet_comment_form_privacy_notice_markup', '<p class="akismet_comment_form_privacy_notice">' .