bp_core_post_load_template, $located_template
bp_core_post_load_template, $located_template
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_core_post_load_template, $located_template') is found 1 times:
- /bp-core/bp-core-catchuri.php line 186
* @since 1.6.0 * * @param string $located_template Template found that was loaded. */ do_action( 'bp_core_post_load_template', $located_template ); // Kill any other output after this. exit(); // No template found, so setup theme compatibility. // @todo Some other 404 handling if theme compat doesn't kick in.