@package: Dependencies
-
Gets a dependency warning message for a handle.
-
Gets the highest fetch priority for a given script and all of its dependent scripts.
-
Gets a script-specific dependency warning message.
-
Checks if the provided fetchpriority is valid.
-
methodWP_Styles::add_data()
Overrides the add_data method from WP_Dependencies, to allow unsetting dependencies for conditional styles.
-
Gets a style-specific dependency warning message.
-
Get etag header for cache validation.
-
Checks whether all dependents of a given handle are in the footer.
-
methodWP_Scripts::add_data()
This overrides the add_data method from WP_Dependencies, to support normalizing of $args.
-
Gets all dependents of a script.
-
Checks if the strategy passed is a valid delayed (non-blocking) strategy.
-
Gets the best eligible loading strategy for a script.
-
Filter the list of eligible loading strategies for a script.
-
Gets data for inline scripts registered for a specific handle.
-
Gets tags for inline scripts registered for a specific handle.
-
Gets data for inline scripts registered for a specific handle.
-
Gets unaliased dependencies.
-
Sets the translation domain for this dependency.
-
Sets a translation textdomain.
-
Prints translations set for a specific handle.
-
functionwp_set_script_translations()
Sets translated strings for a script.
-
Adds extra code to a registered script.
-
Prints inline scripts registered for a specific handle.
-
functionwp_add_inline_script()
Adds extra code to a registered script.
-
functionwp_styles()
Initializes $wp_styles if it has not been set.
-
functionwp_script_add_data()
Adds metadata to a script.
-
functionwp_scripts()
Initializes $wp_scripts if it has not been set.
-
Filters the HTML script tag of an enqueued script.
-
Recursively search the passed dependency tree for a handle.
-
methodWP_Styles::all_deps()
Determines style dependencies.