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:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_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
    	 *