did_filter | Retrieves the number of times a filter has been applied during the current request. | wp-includes/plugin.php |
get_template_hierarchy | Gets the template hierarchy for the given template slug to be created. | wp-includes/block-template-utils.php |
is_login | Determines whether the current request is for the login screen. | wp-includes/load.php |
is_term_publicly_viewable | Determines whether a term is publicly viewable. | wp-includes/taxonomy.php |
update_menu_item_cache | Updates post and term caches for all linked objects for a list of menu items. | wp-includes/nav-menu.php |
update_post_author_caches | Updates post author user caches for a list of post objects. | wp-includes/post.php |
update_post_parent_caches | Updates parent post caches for a list of post objects. | wp-includes/post.php |
wp_add_editor_classic_theme_styles | Loads classic theme styles on classic themes in the editor. | wp-includes/script-loader.php |
wp_add_global_styles_for_blocks | Adds global style rules to the inline style for each block. | wp-includes/global-styles-and-settings.php |
wp_cache_flush_group | Removes all cache items in a group, if the object cache implementation supports it. | wp-includes/cache.php |
wp_cache_supports | Determines whether the object cache implementation supports a particular feature. | wp-includes/cache.php |
wp_enqueue_classic_theme_styles | Loads classic theme styles on classic themes in the frontend. | wp-includes/script-loader.php |
wp_enqueue_stored_styles | Fetches, processes and compiles stored core styles, then combines and renders them to the page. | wp-includes/script-loader.php |
wp_filter_out_block_nodes | Applies a filter to the list of style nodes that comes from WP_Theme_JSON::get_style_nodes(). | wp-includes/script-loader.php |
wp_get_computed_fluid_typography_value | Internal implementation of CSS clamp() based on available min/max viewport
width and min/max font sizes. | wp-includes/block-supports/typography.php |
wp_get_latest_revision_id_and_total_count | Returns the latest revision ID and count of revisions for a post. | wp-includes/revision.php |
wp_get_typography_font_size_value | Returns a font-size value based on a given font-size preset. | wp-includes/block-supports/typography.php |
wp_get_typography_value_and_unit | Checks a string for a unit and value and returns an array
consisting of `'value'` and `'unit'`, e.g. array( '42', 'rem' ). | wp-includes/block-supports/typography.php |
wp_img_tag_add_decoding_attr | Adds `decoding` attribute to an `img` HTML tag. | wp-includes/media.php |
wp_preload_resources | Prints resource preloads directives to browsers. | wp-includes/general-template.php |
wp_refresh_metabox_loader_nonces | Refresh nonces used with meta boxes in the block editor. | wp-admin/includes/misc.php |
wp_register_persisted_preferences_meta | Registers the user meta property for persisted preferences. | wp-includes/user.php |
wp_render_typography_support | Renders typography styles/content to the block wrapper. | wp-includes/block-supports/typography.php |
wp_required_field_indicator | Assigns a visual indicator for required form fields. | wp-includes/general-template.php |
wp_required_field_message | Creates a message to explain required form fields. | wp-includes/general-template.php |
wp_style_engine_get_styles | Global public interface method to generate styles from a single style object, e.g.,
the value of a block's attributes.style object or the top level styles in theme.json. | wp-includes/style-engine.php |
wp_style_engine_get_stylesheet_from_context | Returns compiled CSS from a store, if found. | wp-includes/style-engine.php |
wp_style_engine_get_stylesheet_from_css_rules | Returns compiled CSS from a collection of selectors and declarations. | wp-includes/style-engine.php |
wp_theme_get_element_class_name | Given an element name, returns a class name. | wp-includes/theme.php |
wp_typography_get_preset_inline_style_value | Generates an inline style value for a typography feature e.g. text decoration,
text transform, and font style. | wp-includes/block-supports/typography.php |
_wp_build_title_and_description_for_single_post_type_block_template | Builds the title and description of a post-specific template based on the underlying referenced post. | wp-includes/block-template-utils.php |
_wp_build_title_and_description_for_taxonomy_block_template | Builds the title and description of a taxonomy-specific template based on the underlying entity referenced. | wp-includes/block-template-utils.php |