bbp_before_{$filter_key}_parse_args
bbp_before_{$filter_key}_parse_args
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_before_{$filter_key}_parse_args') is found 1 times:
- /includes/common/functions.php line 158315791580158115821583158415851586158715881589
}
// Passively filter the args before the parse
if
( !
empty
(
$filter_key
) ) {
$r
= apply_filters(
"bbp_before_{$filter_key}_parse_args"
,
$r
,
$args
,
$defaults
);
}
// Parse
if
(
is_array
(
$defaults
) && !
empty
(
$defaults
) ) {
$r
=
array_merge
(
$defaults
,
$r
);
}