acf/admin_head

acf/admin_head

Hook Type: action

See hook in core

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

do_action('acf/admin_head') is found 1 times:

  • /includes/assets.php line 437
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
         * @since   5.6.9
         *
         * @param   void
         */
        do_action( 'acf/admin_head' );
        do_action( 'acf/admin_print_scripts' );
    }
     
    /**
     * Prints scripts in footer.
     *