| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Dependencies API: WP_Styles class
| File Size: | 496 lines (12 kb) |
| Included or required: | 2 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
WP_Styles:: (10 methods):
__construct()
do_item()
add_inline_style()
print_inline_style()
add_data()
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, |
| add_data( $handle, $key, $value ) X-Ref |
| Overrides the add_data method from WP_Dependencies, to allow unsetting dependencies for conditional styles. param: string $handle Name of the item. Should be unique. param: string $key The data key. param: mixed $value The data value. return: bool True on success, false on failure. |
| 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 : Mon Oct 27 08:20:06 2025 | Cross-referenced by PHPXref |