wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_print_footer_scripts › WordPress Function

Da2.8.0
Deprecaton/a
wp_print_footer_scripts ( Nessun parametro )
Definito a:
Codex:

Hooks to print the scripts and styles in the footer.



Sorgenti

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