bbp_get_edit_lock

bbp_get_edit_lock

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_edit_lock') is found 1 times:

  • /includes/core/options.php line 627
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
         */
        function bbp_get_edit_lock( $default = 5 ) {
     
            // Filter & return
            return (int) apply_filters( 'bbp_get_edit_lock', (int) get_option( '_bbp_edit_lock', $default ) );
        }
     
    /**
     * Output the group forums root parent forum id
     *
     * @since 2.1.0 bbPress (r3575)