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



wp_footer › WordPress Function

Seit1.5.1
Veraltetn/v
wp_footer ( Keine Parameter )
Definiert in:
Codex:

Fires the wp_footer action.

See {@see 'wp_footer'}.


Quellcode

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