acf/admin_print_footer_scripts

acf/admin_print_footer_scripts

Hook Type: action

See hook in core

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

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

  • /includes/assets.php line 514
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
         *
         * @param   void
         */
        do_action( 'acf/admin_footer' );
        do_action( 'acf/admin_print_footer_scripts' );
     
        // Once all data is localized, trigger acf.prepare() to execute functionality before DOM ready.
        printf( "<script>\n%s\n</script>\n", "acf.doAction( 'prepare' );" );
    }
     
    /**