acf/admin/toolbar

acf/admin/toolbar

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.3.6.3

apply_filters('acf/admin/toolbar') is found 1 times:

  • /includes/admin/views/global/navigation.php line 90
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    * @since   5.9.0
     *
     * @param   array $more_items The array of navigation tabs.
     */
    $more_items = apply_filters( 'acf/admin/toolbar', $more_items );
     
    // Bail early if set to false.
    if ( $core_tabs === false ) {
        return;
    }