wp_print_footer_scripts WordPress Action Hook

wp_print_footer_scripts is a hook that is called in the footer of a Wordpress site. This hook is used to print scripts that are needed in the footer, such as jQuery.

do_action( 'wp_print_footer_scripts' ) #

Fires when footer scripts are printed.


More Information

This hook print the scripts and styles in the footer.

The wp_print_footer_scripts action is triggered inside the wp_footer action.

This hook provides no parameters. Your functions shouldn’t return, and shouldn’t take any parameters.


Top ↑

Source

File: wp-includes/script-loader.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by the Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More