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



wp_footer › WordPress Function

Da1.5.1
Deprecaton/a
wp_footer ( Nessun parametro )
Definito a:
Codex:

Fires the wp_footer action.

See {@see 'wp_footer'}.


Sorgenti

function wp_footer() {
	/**
	 * Prints scripts or data before the closing body tag on the front end.
	 *
	 * @since 1.5.1
	 */
	do_action( 'wp_footer' );
}