wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren

Neu seit WordPress 6.1

Funktion Kurzbeschreibung Pfad
did_filterRetrieves the number of times a filter has been applied during the current request.wp-includes/plugin.php
get_template_hierarchyGets the template hierarchy for the given template slug to be created.wp-includes/block-template-utils.php
is_loginDetermines whether the current request is for the login screen.wp-includes/load.php
is_term_publicly_viewableDetermines whether a term is publicly viewable.wp-includes/taxonomy.php
update_menu_item_cacheUpdates post and term caches for all linked objects for a list of menu items.wp-includes/nav-menu.php
update_post_author_cachesUpdates post author user caches for a list of post objects.wp-includes/post.php
update_post_parent_cachesUpdates parent post caches for a list of post objects.wp-includes/post.php
wp_add_editor_classic_theme_stylesLoads classic theme styles on classic themes in the editor.wp-includes/script-loader.php
wp_add_global_styles_for_blocksAdds global style rules to the inline style for each block.wp-includes/global-styles-and-settings.php
wp_cache_flush_groupRemoves all cache items in a group, if the object cache implementation supports it.wp-includes/cache.php
wp_cache_supportsDetermines whether the object cache implementation supports a particular feature.wp-includes/cache.php
wp_enqueue_classic_theme_stylesLoads classic theme styles on classic themes in the frontend.wp-includes/script-loader.php
wp_enqueue_stored_stylesFetches, processes and compiles stored core styles, then combines and renders them to the page.wp-includes/script-loader.php
wp_filter_out_block_nodesApplies 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_valueInternal 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_countReturns the latest revision ID and count of revisions for a post.wp-includes/revision.php
wp_get_typography_font_size_valueReturns a font-size value based on a given font-size preset.wp-includes/block-supports/typography.php
wp_get_typography_value_and_unitChecks 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_attrAdds `decoding` attribute to an `img` HTML tag.wp-includes/media.php
wp_preload_resourcesPrints resource preloads directives to browsers.wp-includes/general-template.php
wp_refresh_metabox_loader_noncesRefresh nonces used with meta boxes in the block editor.wp-admin/includes/misc.php
wp_register_persisted_preferences_metaRegisters the user meta property for persisted preferences.wp-includes/user.php
wp_render_typography_supportRenders typography styles/content to the block wrapper.wp-includes/block-supports/typography.php
wp_required_field_indicatorAssigns a visual indicator for required form fields.wp-includes/general-template.php
wp_required_field_messageCreates a message to explain required form fields.wp-includes/general-template.php
wp_style_engine_get_stylesGlobal 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_contextReturns compiled CSS from a store, if found.wp-includes/style-engine.php
wp_style_engine_get_stylesheet_from_css_rulesReturns compiled CSS from a collection of selectors and declarations.wp-includes/style-engine.php
wp_theme_get_element_class_nameGiven an element name, returns a class name.wp-includes/theme.php
wp_typography_get_preset_inline_style_valueGenerates 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_templateBuilds 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_templateBuilds the title and description of a taxonomy-specific template based on the underlying entity referenced.wp-includes/block-template-utils.php