bbp_is_akismet_active

bbp_is_akismet_active

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_akismet_active') is found 1 times:

  • /includes/core/options.php line 679
     */
    function bbp_is_akismet_active( $default = 1 ) {
    
    	// Filter & return
    	return (bool) apply_filters( 'bbp_is_akismet_active', (bool) get_option( '_bbp_enable_akismet', $default ) );
    }
    
    /**
     * Integrate settings into existing WordPress pages
     *
     * There are 3 possible modes: