wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.

Nowość w WordPress 6.6

Function Short description Path
apply_block_hooks_to_contentRuns the hooked blocks algorithm on the given content.wp-includes/blocks.php
block_core_list_renderAdds the wp-block-list class to the rendered list block.wp-includes/blocks/list.php
insert_hooked_blocks_and_set_ignored_hooked_blocks_metadataReturns the markup for blocks hooked to the given anchor block in a specific relative position and then adds a list of hooked block types to an anchor block's ignored hooked block types.wp-includes/blocks.php
insert_hooked_blocks_into_rest_responseHooks into the REST API response for the core/navigation block and adds the first and last inner blocks.wp-includes/blocks.php
is_utf8_charsetIndicates if a given slug for a character set represents the UTF-8 text encoding. If not provided, examines the current blog's charset.wp-includes/functions.php
register_block_core_buttonRegisters the `core/button` block on server.wp-includes/blocks/button.php
register_block_core_listRegisters the `core/list` block on server.wp-includes/blocks/list.php
register_block_core_media_textRegisters the `core/media-text` block renderer on server.wp-includes/blocks/media-text.php
remove_serialized_parent_blockAccepts the serialized markup of a block and its inner blocks, and returns serialized markup of the inner blocks.wp-includes/blocks.php
render_block_core_buttonRenders the `core/button` block on the server,wp-includes/blocks/button.php
render_block_core_media_textRenders the `core/media-text` block on server.wp-includes/blocks/media-text.php
resolve_pattern_blocksReplaces patterns in a block tree with their content.wp-includes/blocks.php
update_ignored_hooked_blocks_postmetaUpdates the wp_postmeta with the list of ignored hooked blocks where the inner blocks are stored as post content.wp-includes/blocks.php
wp_add_parent_layout_to_parsed_blockCheck if the parent block exists and if it has a layout attribute.wp-includes/block-supports/layout.php
wp_autoload_values_to_autoloadReturns the values that trigger autoloading from the options table.wp-includes/option.php
wp_create_block_style_variation_instance_nameGenerate block style variation instance name.wp-includes/block-supports/block-style-variations.php
wp_determine_option_autoload_valueDetermines the appropriate autoload value for an option based on input.wp-includes/option.php
wp_enqueue_block_style_variation_stylesEnqueues styles for block style variations.wp-includes/block-supports/block-style-variations.php
wp_filter_default_autoload_value_via_option_sizeFilters the default autoload value to disable autoloading if the option value is too large.wp-includes/option.php
wp_get_block_style_variation_name_from_classDetermines the block style variation names within a CSS class string.wp-includes/block-supports/block-style-variations.php
wp_get_l10n_php_file_dataExtracts headers from a PHP translation file.wp-includes/l10n.php
wp_interactivity_get_contextGets the current Interactivity API context for a given namespace.wp-includes/interactivity-api/interactivity-api.php
wp_prime_network_option_cachesPrimes specific network options into the cache with a single database query.wp-includes/option.php
wp_prime_site_option_cachesPrimes specific network options for the current network into the cache with a single database query.wp-includes/option.php
wp_register_block_style_variations_from_theme_json_partialsRegisters block style variations read in from theme.json partials.wp-includes/block-supports/block-style-variations.php
wp_render_block_style_variation_class_nameEnsure the variation block support class name generated and added to block attributes in the `render_block_data` filter gets applied to the block's markup.wp-includes/block-supports/block-style-variations.php
wp_render_block_style_variation_support_stylesRender the block style variation's styles.wp-includes/block-supports/block-style-variations.php
wp_render_elements_class_nameEnsure the elements block support class name generated, and added to block attributes, in the `render_block_data` filter gets applied to the block's markup.wp-includes/block-supports/elements.php
wp_resolve_block_style_variation_ref_valuesRecursively resolves any `ref` values within a block style variation's data.wp-includes/block-supports/block-style-variations.php
wp_should_add_elements_class_nameDetermines whether an elements class name should be added to the block.wp-includes/block-supports/elements.php