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

New in WordPress 6.9

Function Short description Path
array_firstPolyfill for `array_first()` function added in PHP 8.5.wp-includes/compat.php
array_lastPolyfill for `array_last()` function added in PHP 8.5.wp-includes/compat.php
block_core_accordion_item_renderServer-side rendering of the `core/accordion-item` block.wp-includes/blocks/accordion-item.php
block_core_archives_build_dropdown_scriptGenerates the inline script for an archives dropdown field.wp-includes/blocks/archives.php
block_core_post_time_to_read_word_countCounts words or characters in a provided text string.wp-includes/blocks/post-time-to-read.php
get_block_bindings_supported_attributesRetrieves the list of block attributes supported by block bindings.wp-includes/block-bindings.php
register_block_core_accordionRegisters the `core/accordion` block on server.wp-includes/blocks/accordion.php
register_block_core_accordion_itemRegisters the `core/accordion-item` block on server.wp-includes/blocks/accordion-item.php
register_block_core_post_comments_countRegisters the `core/post-comments-count` block on the server.wp-includes/blocks/post-comments-count.php
register_block_core_post_comments_linkRegisters the `core/post-comments-link` block on the server.wp-includes/blocks/post-comments-link.php
register_block_core_post_time_to_readRegisters the `core/post-time-to-read` block on the server.wp-includes/blocks/post-time-to-read.php
register_block_core_term_countRegisters the `core/term-count` block on the server.wp-includes/blocks/term-count.php
register_block_core_term_nameRegisters the `core/term-name` block on the server.wp-includes/blocks/term-name.php
register_block_core_term_templateRegisters the `core/term-template` block on the server.wp-includes/blocks/term-template.php
register_block_core_videoRegisters the `core/video` block on server.wp-includes/blocks/video.php
render_block_core_accordionServer-side rendering of the `core/accordion` block.wp-includes/blocks/accordion.php
render_block_core_post_comments_countRenders the `core/post-comments-count` block on the server.wp-includes/blocks/post-comments-count.php
render_block_core_post_comments_linkRenders the `core/post-comments-link` block on the server.wp-includes/blocks/post-comments-link.php
render_block_core_post_time_to_readRenders the `core/post-time-to-read` block on the server.wp-includes/blocks/post-time-to-read.php
render_block_core_term_countRenders the `core/term-count` block on the server.wp-includes/blocks/term-count.php
render_block_core_term_nameRenders the `core/term-name` block on the server.wp-includes/blocks/term-name.php
render_block_core_term_templateRenders the `core/term-template` block on the server.wp-includes/blocks/term-template.php
render_block_core_videoRenders the `core/video` block on the server to supply the width and height attributes from the attachment metadata.wp-includes/blocks/video.php
wp_cache_get_multiple_saltedRetrieves multiple items from the cache, only considering valid and unchanged items.wp-includes/cache-compat.php
wp_cache_get_saltedRetrieves cached data if valid and unchanged.wp-includes/cache-compat.php
wp_cache_set_multiple_saltedStores multiple pieces of salted data in the cache.wp-includes/cache-compat.php
wp_cache_set_saltedStores salted data in the cache.wp-includes/cache-compat.php
wp_create_initial_comment_metaRegister initial note status meta.wp-includes/comment.php
wp_enqueue_block_editor_script_modulesEnqueues script modules required by the block editor.wp-includes/script-modules.php
wp_enqueue_command_palette_assetsEnqueues the assets required for the Command Palette.wp-includes/script-loader.php
wp_enqueue_img_auto_sizes_contain_css_fixEnqueues a CSS rule to fix potential visual issues with images using `sizes=auto`.wp-includes/media.php
wp_finalize_template_enhancement_output_bufferFinalizes the template enhancement output buffer.wp-includes/template.php
wp_get_abilitiesRetrieves all registered abilities.wp-includes/abilities-api.php
wp_get_abilityRetrieves a registered ability.wp-includes/abilities-api.php
wp_get_ability_categoriesRetrieves all registered ability categories.wp-includes/abilities-api.php
wp_get_ability_categoryRetrieves a registered ability category.wp-includes/abilities-api.php
wp_has_abilityChecks if an ability is registered.wp-includes/abilities-api.php
wp_has_ability_categoryChecks if an ability category is registered.wp-includes/abilities-api.php
wp_hoist_late_printed_stylesAdds the hooks needed for CSS output to be delayed until after the content of the page has been established.wp-includes/script-loader.php
wp_html_custom_data_attribute_nameReturns a corresponding HTML attribute name for the given name, if that name were found in a JS element’s `dataset` property.wp-includes/script-loader.php
wp_js_dataset_nameReturn the corresponding JavaScript `dataset` name for an attribute if it represents a custom data attribute, or `null` if not.wp-includes/script-loader.php
wp_load_classic_theme_block_styles_on_demandAdds hooks to load block styles on demand in classic themes.wp-includes/script-loader.php
wp_new_comment_via_rest_notify_postauthorSend a notification to the post author when a new note is added via the REST API.wp-includes/comment.php
wp_register_abilityRegisters a new ability using the Abilities API. It requires three steps:wp-includes/abilities-api.php
wp_register_ability_categoryRegisters a new ability category.wp-includes/abilities-api.php
wp_register_core_abilitiesRegisters the default core abilities.wp-includes/abilities.php
wp_register_core_ability_categoriesRegisters the core ability categories.wp-includes/abilities.php
wp_render_block_visibility_supportRender nothing if the block is hidden.wp-includes/block-supports/block-visibility.php
wp_should_output_buffer_template_for_enhancementChecks whether the template should be output buffered for enhancement.wp-includes/template.php
wp_start_template_enhancement_output_bufferStarts the template enhancement output buffer.wp-includes/template.php
wp_unregister_abilityUnregisters an ability from the Abilities API.wp-includes/abilities-api.php
wp_unregister_ability_categoryUnregisters an ability category.wp-includes/abilities-api.php
_block_bindings_post_data_get_valueGets value for Post Data source.wp-includes/block-bindings/post-data.php
_block_bindings_term_data_get_valueGets value for Term Data source.wp-includes/block-bindings/term-data.php
_register_block_bindings_post_data_sourceRegisters Post Data source in the block bindings registry.wp-includes/block-bindings/post-data.php
_register_block_bindings_term_data_sourceRegisters Term Data source in the block bindings registry.wp-includes/block-bindings/term-data.php
_wp_has_noncharacters_fallbackFallback support for determining if a string contains Unicode noncharacters.wp-includes/compat-utf8.php
_wp_is_valid_utf8_fallbackFallback mechanism for safely validating UTF-8 bytes.wp-includes/compat-utf8.php
_wp_scan_utf8Finds spans of valid and invalid UTF-8 bytes in a given string.wp-includes/compat-utf8.php
_wp_scrub_utf8_fallbackFallback mechanism for replacing invalid spans of UTF-8 bytes.wp-includes/compat-utf8.php
_wp_utf8_codepoint_countReturns how many code points are found in the given UTF-8 string.wp-includes/compat-utf8.php
_wp_utf8_codepoint_spanGiven a starting offset within a string and a maximum number of code points, return how many bytes are occupied by the span of characters.wp-includes/compat-utf8.php
_wp_utf8_decode_fallbackConverts a string from UTF-8 to ISO-8859-1, maintaining backwards compatibility with the deprecated function from the PHP standard library.wp-includes/compat-utf8.php
_wp_utf8_encode_fallbackConverts a string from ISO-8859-1 to UTF-8, maintaining backwards compatibility with the deprecated function from the PHP standard library.wp-includes/compat-utf8.php