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
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    */
    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)