bbp_pre_load_options_strategy
bbp_pre_load_options_strategy
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_pre_load_options_strategy') is found 1 times:
- /includes/core/options.php line 277273274275276277278279280281282283
return
;
}
// Maybe intercept
$strategy
= apply_filters(
'bbp_pre_load_options_strategy'
,
'notoptions'
);
$intercept
= bbp_maybe_intercept(
__FUNCTION__
,
$strategy
);
if
( bbp_is_intercepted(
$intercept
) ) {
return
$intercept
;
}
// Get variables