bbp_add_template_stack_locations
bbp_add_template_stack_locations
Appears in: bbpress.2.5.14, 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_add_template_stack_locations') is found 1 times:
- /includes/core/template-functions.php line 492488489490491492493494495496497498
}
}
// Filter & return
return
(
array
) apply_filters(
'bbp_add_template_stack_locations'
,
array_unique
(
$retval
),
$stacks
);
}
/**
* Add checks
for
bbPress conditions to parse_query action
*
* If it's a user page, WP_Query::bbp_is_single_user is set to true.