wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_print_footer_scripts › WordPress Function

Since2.8.0
Deprecatedn/a
wp_print_footer_scripts ( No parameters )
Defined at:
Codex:

Hooks to print the scripts and styles in the footer.



Source

function wp_print_footer_scripts() {
	/**
	 * Fires when footer scripts are printed.
	 *
	 * @since 2.8.0
	 */
	do_action( 'wp_print_footer_scripts' );
}