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.14.3.3

do_action('bp_core_admin_tabbed_screen_header') is found 1 times:

  • /bp-core/admin/bp-core-admin-functions.php line 436
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    *
     * @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">