akismet_predefined_api_key

akismet_predefined_api_key

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('akismet_predefined_api_key') is found 1 times:

  • /wp-content/plugins/akismet/class.akismet.php line 1833
    		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.
    	 * Default is top not display the notice, leaving the choice to site admins, or integrators.
    	 */