bp_admin_tabs, $context, $active_tab

bp_admin_tabs, $context, $active_tab

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_admin_tabs, $context, $active_tab') is found 1 times:

  • /bp-core/admin/bp-core-admin-functions.php line 520
    	 *
    	 * @param string $context    The context of use for the tabs.
    	 * @param string $active_tab The active tab.
    	 */
    	do_action( 'bp_admin_tabs', $context, $active_tab );
    }
    
    /**
     * Returns the BP Admin settings tabs.
     *
     * @since 10.0.0