wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_print_footer_scripts › WordPress Function

Seit2.8.0
Veraltetn/v
wp_print_footer_scripts ( Keine Parameter )
Definiert in:
Codex:

Hooks to print the scripts and styles in the footer.



Quellcode

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