acf/admin/toolbar

acf/admin/toolbar

Hook Type: filter

See hook in core

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

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

  • /includes/admin/views/global/navigation.php line 72
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    * @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;
    }