bp_locate_template, $located, $template_name, $template_names, $template_locations, $load, $require_once, $args
bp_locate_template, $located, $template_name, $template_names, $template_locations, $load, $require_once, $args
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_locate_template, $located, $template_name, $template_names, $template_locations, $load, $require_once, $args') is found 1 times:
- /bp-core/bp-core-template-loader.php line 213
* * If you want to override a specific template part, please either filter * 'bp_get_template_part' or add a new location to the template stack. */ do_action( 'bp_locate_template', $located, $template_name, $template_names, $template_locations, $load, $require_once, $args ); /** * Filter here to allow/disallow template loading. * * @since 2.5.0 *