wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_footer › WordPress Function

Since1.5.1
Deprecatedn/a
wp_footer ( No parameters )
Defined at:
Codex:

Fires the wp_footer action.

See {@see 'wp_footer'}.


Source

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