bp_core_admin_tabbed_screen_header

bp_core_admin_tabbed_screen_header

Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.12.4.0

do_action('bp_core_admin_tabbed_screen_header') is found 1 times:

  • /bp-core/admin/bp-core-admin-functions.php line 415
    	 *
    	 * @param string $active_tab The BP Admin active tab.
    	 * @param string $context    The context of use for the tabs.
    	 */
    	do_action( 'bp_core_admin_tabbed_screen_header', $active_tab, $context );
    	?>
    	<div class="buddypress-header">
    		<div class="buddypress-title-section">
    			<h1><span class="bp-badge"></span> <?php echo esc_html( $title ); ?></h1>
    		</div>
    		<nav class="buddypress-tabs-wrapper">