bbp_allow_revisions

bbp_allow_revisions

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_allow_revisions') is found 1 times:

  • /includes/core/options.php line 492
     */
    function bbp_allow_revisions( $default = 1 ) {
    
    	// Filter & return
    	return (bool) apply_filters( 'bbp_allow_revisions', (bool) get_option( '_bbp_allow_revisions', $default ) );
    }
    
    /**
     * Is the anonymous posting allowed?
     *
     * @since 2.0.0 bbPress (r2659)