New and updated in 6.1.0
-
Filters the Ajax term search results.
-
Generates views links.
-
Fires if an error happens when unscheduling a cron event.
-
Fires if an error happens when rescheduling a cron event.
-
Filters the link that allows the user to reset the lost password.
-
function_register_theme_block_patterns()
Register any patterns that the active theme may provide under its `./patterns/` directory.
-
Hooks inline styles in the proper place, depending on the active theme.
-
functionwp_get_global_stylesheet()
Returns the stylesheet resulting of merging core, theme, and user data.
-
Converts each style section into a list of rulesets containing the block styles to be appended to the stylesheet.
-
Returns the data merged from multiple origins.
-
Cleans the cached data so it can be recalculated.
-
Processes a file that adheres to the theme.json schema and returns an array with its contents, or a void array if none found.
-
Registers the controllers routes.
Used by 0 functions | Uses 2 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php:47 -
Given a styles array, it extracts the style properties and adds them to the $declarations array following the format:
-
Returns the style property for the given path.
-
Returns the metadata for each block.
-
Appends a sub-selector to an existing one.
-
Helper function that constructs a WP_Query args array from a `Query` block properties.
-
Registers API routes.
Used by 0 functions | Uses 3 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php:50 -
hooksaved_term
Fires after a term has been saved, and the term cache has been cleared.
-
Fires after a term in a specific taxonomy has been saved, and the term cache has been cleared.
-
Registers a block pattern.
Used by 0 functions | Uses 2 functions | Source: wp-includes/class-wp-block-patterns-registry.php:89 -
functiongenerate_block_asset_handle()
Generates the name for an asset based on the name of the block and the field name provided.
-
functionregister_block_script_handle()
Finds a script handle for the selected block metadata field. It detects when a path to file was provided and optionally finds a corresponding asset file with details necessary to register the script under automatically generated handle name. It returns unprocessed script handle otherwise.
-
functionregister_block_style_handle()
Finds a style handle for the block metadata field. It detects when a path to file was provided and registers the style under automatically generated handle name. It returns unprocessed style handle otherwise.
-
Registers a block type from the metadata stored in the `block.json` file.
-
Returns the query args for retrieving posts to list in the sitemap.
Used by 2 functions | Uses 2 functions | Source: wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php:225 -
Filters the query arguments for post type sitemap queries.
Used by 1 function | Uses 0 functions | Source: wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php:237 -
Constructor.
-
functionuse_block_editor_for_post_type()
Returns whether a post type is compatible with the block editor.