wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_print_footer_scripts › WordPress Function

Depuis2.8.0
Dépréciéen/a
wp_print_footer_scripts ( Pas de paramètres )
Défini(e) dans:
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' );
}