[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Dependencies API: WP_Styles class
File Size: | 464 lines (11 kb) |
Included or required: | 1 time |
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. since: 2.6.0 |
do_item( $handle, $group = false ) X-Ref |
No description |
add_inline_style( $handle, $code ) X-Ref |
Adds extra CSS styles to a registered stylesheet. return: bool True on success, false on failure. param: string $handle The style's registered handle. param: string $code String containing the CSS styles to be added. since: 3.3.0 |
print_inline_style( $handle, $display = true ) X-Ref |
Prints extra CSS styles of a registered stylesheet. return: string|bool False if no data exists, inline styles if `$display` is true, param: string $handle The style's registered handle. param: bool $display Optional. Whether to print the inline style since: 3.3.0 |
all_deps( $handles, $recursion = false, $group = false ) X-Ref |
Determines style dependencies. return: bool True on success, false on failure. 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). since: 2.6.0 |
_css_href( $src, $ver, $handle ) X-Ref |
Generates an enqueued style's fully-qualified URL. return: string 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. since: 2.6.0 |
in_default_dir( $src ) X-Ref |
Whether a handle's source is in a default directory. return: bool True if found, false if not. param: string $src The source of the enqueued style. since: 2.8.0 |
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. since: 3.3.0 |
reset() X-Ref |
Resets class properties. since: 3.3.0 |
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |