wpseek.com
A WordPress-centric search engine for devs and theme authors

New in WordPress 6.4

Function Short description Path
block_core_file_ensure_interactivity_dependencyEnsure that the view script has the `wp-interactivity` dependency.wp-includes/blocks/file.php
block_core_image_ensure_interactivity_dependencyEnsures that the view script has the `wp-interactivity` dependency.wp-includes/blocks/image.php
block_core_navigation_ensure_interactivity_dependencyEnsure that the view script has the `wp-interactivity` dependency.wp-includes/blocks/navigation.php
block_core_query_disable_enhanced_paginationTraverse the tree of blocks looking for any plugin block (i.e., a block from an installed plugin) inside a Query block with the enhanced pagination enabled. If at least one is found, the enhanced pagination is effectively disabled to prevent any potential incompatibilities.wp-includes/blocks/query.php
block_core_query_ensure_interactivity_dependencyEnsure that the view script has the `wp-interactivity` dependency.wp-includes/blocks/query.php
block_core_search_ensure_interactivity_dependencyEnsure that the view script has the `wp-interactivity` dependency.wp-includes/blocks/search.php
get_block_asset_urlGets the URL to a block asset.wp-includes/blocks.php
get_hooked_blocksRetrieves block types hooked into the given block, grouped by anchor block type and the relative position.wp-includes/blocks.php
get_optionsRetrieves multiple options.wp-includes/option.php
make_after_block_visitorReturns a function that injects the hooked blocks after a given block.wp-includes/blocks.php
make_before_block_visitorReturns a function that injects the theme attribute into, and hooked blocks before, a given block.wp-includes/blocks.php
render_block_core_queryModifies the static `core/query` block on the server.wp-includes/blocks/query.php
traverse_and_serialize_blockTraverses a parsed block tree and applies callbacks before and after serializing it.wp-includes/blocks.php
traverse_and_serialize_blocksGiven an array of parsed block trees, applies callbacks before and after serializing them and returns their concatenated output.wp-includes/blocks.php
wp_admin_noticeOutputs an admin notice.wp-includes/functions.php
wp_autosave_post_revisioned_meta_fieldsAutosave the revisioned meta fields.wp-admin/includes/post.php
wp_check_revisioned_meta_fields_have_changedCheck whether revisioned post meta fields have changed.wp-includes/revision.php
wp_enqueue_admin_bar_bump_stylesEnqueues inline bump styles to make room for the admin bar.wp-includes/admin-bar.php
wp_enqueue_admin_bar_header_stylesEnqueues inline style to hide the admin bar when printing.wp-includes/admin-bar.php
wp_enqueue_block_template_skip_linkEnqueues the skip-link script & styles.wp-includes/theme-templates.php
wp_enqueue_embed_stylesEnqueues the CSS in the embed iframe header.wp-includes/embed.php
wp_enqueue_emoji_stylesEnqueues the important emoji-related styles.wp-includes/formatting.php
wp_get_admin_noticeCreates and returns the markup for an admin notice.wp-includes/functions.php
wp_get_https_detection_errorsRuns a remote HTTPS request to detect whether HTTPS supported, and stores potential errors.wp-includes/https-detection.php
wp_get_theme_data_custom_templatesReturns the metadata for the custom templates defined by the theme via theme.json.wp-includes/global-styles-and-settings.php
wp_get_theme_data_template_partsReturns the metadata for the template parts defined by the theme.wp-includes/global-styles-and-settings.php
wp_post_revision_meta_keysDetermine which post meta fields should be revisioned.wp-includes/revision.php
wp_prime_option_cachesPrimes specific options into the cache with a single database query.wp-includes/option.php
wp_prime_option_caches_by_groupPrimes the cache of all options registered with a specific option group.wp-includes/option.php
wp_print_font_facesGenerates and prints font-face styles for given fonts or theme.json fonts.wp-includes/fonts.php
wp_register_background_supportRegisters the style block attribute for block types that support it.wp-includes/block-supports/background.php
wp_remove_surrounding_empty_script_tagsRemoves leading and trailing _empty_ script tags.wp-includes/script-loader.php
wp_render_background_supportRenders the background styles to the block wrapper.wp-includes/block-supports/background.php
wp_restore_post_revision_metaRestore the revisioned meta values for a post.wp-includes/revision.php
wp_save_post_revision_on_insertSaves revisions for a post after all changes have been made.wp-includes/revision.php
wp_save_revisioned_meta_fieldsSave the revisioned meta fields.wp-includes/revision.php
wp_set_options_autoloadSets the autoload value for multiple options in the database.wp-includes/option.php
wp_set_option_autoloadSets the autoload value for an option in the database.wp-includes/option.php
wp_set_option_autoload_valuesSets the autoload values for multiple options in the database.wp-includes/option.php
wp_trigger_errorGenerates a user-level error/warning/notice/deprecation message.wp-includes/functions.php
wp_unique_prefixed_idGenerates an incremental ID that is independent per each different prefix.wp-includes/functions.php
_deprecated_classMarks a class as deprecated and informs when it has been used.wp-includes/functions.php
_inject_theme_attribute_in_template_part_blockInjects the active theme's stylesheet as a `theme` attribute into a given template part block.wp-includes/block-template-utils.php
_prime_post_parent_id_cachesPrime the cache containing the parent ID of various post objects.wp-includes/post.php
_remove_theme_attribute_from_template_part_blockRemoves the `theme` attribute from a given template part block.wp-includes/block-template-utils.php
_wp_copy_post_metaCopy post meta for the given key from one post to another.wp-includes/revision.php
_wp_preview_meta_filterFilters preview post meta retrieval to get values from the autosave.wp-includes/revision.php