Summery Summery
Processes items and dependencies for the footer group.
Syntax Syntax
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
Version | Description |
---|---|
3.3.0 | Introduced. |