acf/admin/toolbar

acf/admin/toolbar

Hook Type: filter

See hook in core

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

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

  • /includes/admin/views/html-admin-navigation.php line 69
     * @since   5.9.0
     *
     * @param   array $tabs The array of navigation tabs.
     */
    $tabs = apply_filters( 'acf/admin/toolbar', $tabs );
    
    // Bail early if set to false.
    if ( $tabs === false ) {
    	return;
    }