WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about admin_print_footer_scripts

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/admin-footer.php do_action 95 /**
* Prints any scripts and data queued for the footer.
*
* @since 2.8.0
*/
wp-admin/includes/template.php do_action 2163 /**
* @global string $hook_suffix
*/
wp-admin/includes/media.php do_action 614 /**
* Fires in the admin header for each specific form tab in the legacy
* (pre-3.5.0) media upload popup.
*
* The dynamic portion of the hook name, `$content_func`, refers to the form
* callback for the media upload type.
*
* @since 2.5.0
*/
wp-includes/class-wp-customize-widgets.php do_action 937 /**
* Calls admin_print_footer_scripts and admin_print_scripts hooks to
* allow custom scripts from plugins.
*
* @since 3.9.0
*/

Hook Parameters

Parameter Type Name Description