WP_Styles::do_footer_items

Advertisement

Summery Summery

Processes items and dependencies for the footer group.

Syntax Syntax

WP_Styles::do_footer_items()

Description Description

HTML 5 allows styles in the body, grab late enqueued items and output them in the footer.

Return Return

(string[]) Handles of items that have been processed.

Source Source

File: wp-includes/class.wp-styles.php

	 *
	 * @return string[] Handles of items that have been processed.
	 */
	public function do_footer_items() {

Advertisement

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.

See also See also

Advertisement

Leave a Reply