bbp_get_edit_lock
bbp_get_edit_lock
Appears in: bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_get_edit_lock') is found 1 times:
- /includes/core/options.php line 627623624625626627628629630631632633
*/
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)