[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-includes/ -> class.wp-styles.php (summary)

Dependencies API: WP_Styles class

File Size: 464 lines (11 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

WP_Styles:: (9 methods):
  __construct()
  do_item()
  add_inline_style()
  print_inline_style()
  all_deps()
  _css_href()
  in_default_dir()
  do_footer_items()
  reset()


Class: WP_Styles  - X-Ref

Core class used to register styles.

__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.

since: 3.3.0
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.

print_inline_style( $handle, $display = true )   X-Ref
Prints extra CSS styles of a registered stylesheet.

since: 3.3.0
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

all_deps( $handles, $recursion = false, $group = false )   X-Ref
Determines style dependencies.

since: 2.6.0
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).

_css_href( $src, $ver, $handle )   X-Ref
Generates an enqueued style's fully-qualified URL.

since: 2.6.0
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.

in_default_dir( $src )   X-Ref
Whether a handle's source is in a default directory.

since: 2.8.0
return: bool True if found, false if not.
param: string $src The source of the enqueued style.

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.

since: 3.3.0
return: string[] Handles of items that have been processed.

reset()   X-Ref
Resets class properties.

since: 3.3.0



Generated: Tue Mar 19 01:00:02 2024 Cross-referenced by PHPXref 0.7.1