[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Dependencies API: WP_Styles class
File Size: | 464 lines (11 kb) |
Included or required: | 2 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
WP_Styles:: (9 methods):
__construct()
do_item()
add_inline_style()
print_inline_style()
all_deps()
_css_href()
in_default_dir()
do_footer_items()
reset()
__construct() X-Ref |
Constructor. |
do_item( $handle, $group = false ) X-Ref |
No description |
add_inline_style( $handle, $code ) X-Ref |
Adds extra CSS styles to a registered stylesheet. param: string $handle The style's registered handle. param: string $code String containing the CSS styles to be added. return: bool True on success, false on failure. |
print_inline_style( $handle, $display = true ) X-Ref |
Prints extra CSS styles of a registered stylesheet. param: string $handle The style's registered handle. param: bool $display Optional. Whether to print the inline style return: string|bool False if no data exists, inline styles if `$display` is true, |
all_deps( $handles, $recursion = false, $group = false ) X-Ref |
Determines style dependencies. param: string|string[] $handles Item handle (string) or item handles (array of strings). param: bool $recursion Optional. Internal flag that function is calling itself. param: int|false $group Optional. Group level: level (int), no groups (false). return: bool True on success, false on failure. |
_css_href( $src, $ver, $handle ) X-Ref |
Generates an enqueued style's fully-qualified URL. param: string $src The source of the enqueued style. param: string $ver The version of the enqueued style. param: string $handle The style's registered handle. return: string Style's fully-qualified URL. |
in_default_dir( $src ) X-Ref |
Whether a handle's source is in a default directory. param: string $src The source of the enqueued style. return: bool True if found, false if not. |
do_footer_items() X-Ref |
Processes items and dependencies for the footer group. HTML 5 allows styles in the body, grab late enqueued items and output them in the footer. return: string[] Handles of items that have been processed. |
reset() X-Ref |
Resets class properties. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |