bbp_tools_admin_tabs

bbp_tools_admin_tabs

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_tools_admin_tabs') is found 1 times:

  • /includes/admin/tools.php line 518
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    // Get tools URL one time & use in each tab
    $tools_url = admin_url( 'tools.php' );
     
    // Filter & return
    return (array) apply_filters( 'bbp_tools_admin_tabs', array(
        array(
            'page' => 'bbp-repair',
            'func' => 'bbp_admin_repair_page',
            'cap'  => 'bbp_tools_repair_page',
            'name' => bbp_maybe_append_pending_upgrade_count( esc_html__( 'Repair Forums', 'bbpress' ), 'repair' ),