akismet_predefined_api_key, false
akismet_predefined_api_key, false
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('akismet_predefined_api_key, false') is found 1 times:
- /wp-content/plugins/akismet/class.akismet.php line 2258
if ( defined( 'WPCOM_API_KEY' ) ) { return true; } return apply_filters( 'akismet_predefined_api_key', false ); } /** * Controls the display of a privacy related notice underneath the comment * form using the `akismet_comment_form_privacy_notice` option and filter * respectively.