Title: WordPress | Page 19 of 49 | Developer.WordPress.org

---

# @package: WordPress

 * method[WP_Token_Map::contains()](https://developer.wordpress.org/reference/classes/wp_token_map/contains/)
 * Indicates if a given word is a lookup key in the map.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_token_map/contains/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_token_map/contains/#uses)
   | Source: [wp-includes/class-wp-token-map.php:442](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-token-map.php#L442-L485)
 * method[WP_Token_Map::read_token()](https://developer.wordpress.org/reference/classes/wp_token_map/read_token/)
 * If the text starting at a given offset is a lookup key in the map, return the
   corresponding transformation from the map, else `false`.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_token_map/read_token/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/classes/wp_token_map/read_token/#uses)
   | Source: [wp-includes/class-wp-token-map.php:530](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-token-map.php#L530-L569)
 * method[WP_Token_Map::read_small_token()](https://developer.wordpress.org/reference/classes/wp_token_map/read_small_token/)
 * Finds a match for a short word at the index.
 * Used by [1 function](https://developer.wordpress.org/reference/classes/wp_token_map/read_small_token/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_token_map/read_small_token/#uses)
   | Source: [wp-includes/class-wp-token-map.php:583](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-token-map.php#L583-L622)
 * method[WP_Token_Map::to_array()](https://developer.wordpress.org/reference/classes/wp_token_map/to_array/)
 * Exports the token map into an associate array of key/value pairs.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_token_map/to_array/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_token_map/to_array/#uses)
   | Source: [wp-includes/class-wp-token-map.php:638](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-token-map.php#L638-L670)
 * method[WP_Token_Map::from_array()](https://developer.wordpress.org/reference/classes/wp_token_map/from_array/)
 * Create a token map using an associative array of key/value pairs as the input.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_token_map/from_array/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/classes/wp_token_map/from_array/#uses)
   | Source: [wp-includes/class-wp-token-map.php:283](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-token-map.php#L283-L364)
 * class[WP_Token_Map](https://developer.wordpress.org/reference/classes/wp_token_map/)
 * WP_Token_Map class.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_token_map/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_token_map/#uses)
   | Source: [wp-includes/class-wp-token-map.php:146](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-token-map.php#L146-L820)
 * method[WP_Style_Engine_CSS_Rule::get_rules_group()](https://developer.wordpress.org/reference/classes/wp_style_engine_css_rule/get_rules_group/)
 * Gets the rules group.
 * Used by [1 function](https://developer.wordpress.org/reference/classes/wp_style_engine_css_rule/get_rules_group/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_style_engine_css_rule/get_rules_group/#uses)
   | Source: [wp-includes/style-engine/class-wp-style-engine-css-rule.php:126](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/style-engine/class-wp-style-engine-css-rule.php#L126-L128)
 * method[WP_Style_Engine_CSS_Rule::set_rules_group()](https://developer.wordpress.org/reference/classes/wp_style_engine_css_rule/set_rules_group/)
 * Sets the rules group.
 * Used by [1 function](https://developer.wordpress.org/reference/classes/wp_style_engine_css_rule/set_rules_group/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_style_engine_css_rule/set_rules_group/#uses)
   | Source: [wp-includes/style-engine/class-wp-style-engine-css-rule.php:114](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/style-engine/class-wp-style-engine-css-rule.php#L114-L117)
 * hook[lang_dir_for_domain](https://developer.wordpress.org/reference/hooks/lang_dir_for_domain/)
 * Filters the determined languages directory path for a specific domain and locale.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/lang_dir_for_domain/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/lang_dir_for_domain/#uses)
   | Source: [wp-includes/class-wp-textdomain-registry.php:105](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-textdomain-registry.php#L105-L105)
 * function[filter_block_core_template_part_attributes()](https://developer.wordpress.org/reference/functions/filter_block_core_template_part_attributes/)
 * Sanitizes the value of the Template Part block’s `tagName` attribute.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/filter_block_core_template_part_attributes/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/filter_block_core_template_part_attributes/#uses)
   | Source: [wp-includes/blocks.php:2166](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/blocks.php#L2166-L2174)
 * function[resolve_pattern_blocks()](https://developer.wordpress.org/reference/functions/resolve_pattern_blocks/)
 * Replaces patterns in a block tree with their content.
 * Used by [3 functions](https://developer.wordpress.org/reference/functions/resolve_pattern_blocks/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/functions/resolve_pattern_blocks/#uses)
   | Source: [wp-includes/blocks.php:1875](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/blocks.php#L1875-L1973)
 * function[insert_hooked_blocks_into_rest_response()](https://developer.wordpress.org/reference/functions/insert_hooked_blocks_into_rest_response/)
 * Hooks into the REST API response for the Posts endpoint and adds the first and
   last inner blocks.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/insert_hooked_blocks_into_rest_response/#used-by)
   | Uses [6 functions](https://developer.wordpress.org/reference/functions/insert_hooked_blocks_into_rest_response/#uses)
   | Source: [wp-includes/blocks.php:1477](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/blocks.php#L1477-L1517)
 * function[apply_block_hooks_to_content()](https://developer.wordpress.org/reference/functions/apply_block_hooks_to_content/)
 * Runs the hooked blocks algorithm on the given content.
 * Used by [9 functions](https://developer.wordpress.org/reference/functions/apply_block_hooks_to_content/#used-by)
   | Uses [12 functions](https://developer.wordpress.org/reference/functions/apply_block_hooks_to_content/#uses)
   | Source: [wp-includes/blocks.php:1102](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/blocks.php#L1102-L1188)
 * function[remove_serialized_parent_block()](https://developer.wordpress.org/reference/functions/remove_serialized_parent_block/)
 * Accepts the serialized markup of a block and its inner blocks, and returns serialized
   markup of the inner blocks.
 * Used by [5 functions](https://developer.wordpress.org/reference/functions/remove_serialized_parent_block/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/functions/remove_serialized_parent_block/#uses)
   | Source: [wp-includes/blocks.php:1335](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/blocks.php#L1335-L1339)
 * function[update_ignored_hooked_blocks_postmeta()](https://developer.wordpress.org/reference/functions/update_ignored_hooked_blocks_postmeta/)
 * Updates the wp_postmeta with the list of ignored hooked blocks where the inner
   blocks are stored as post content.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/update_ignored_hooked_blocks_postmeta/#used-by)
   | Uses [7 functions](https://developer.wordpress.org/reference/functions/update_ignored_hooked_blocks_postmeta/#uses)
   | Source: [wp-includes/blocks.php:1369](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/blocks.php#L1369-L1441)
 * function[insert_hooked_blocks_and_set_ignored_hooked_blocks_metadata()](https://developer.wordpress.org/reference/functions/insert_hooked_blocks_and_set_ignored_hooked_blocks_metadata/)
 * Returns 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.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/insert_hooked_blocks_and_set_ignored_hooked_blocks_metadata/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/insert_hooked_blocks_and_set_ignored_hooked_blocks_metadata/#uses)
   | Source: [wp-includes/blocks.php:1459](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/blocks.php#L1459-L1464)
 * hook[interactivity_process_directives](https://developer.wordpress.org/reference/hooks/interactivity_process_directives/)
 * Filters whether Interactivity API should process directives.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/interactivity_process_directives/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/interactivity_process_directives/#uses)
   | Source: [wp-includes/class-wp-block.php:514](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-block.php#L514-L514)
 * method[WP_Theme_JSON_Resolver::inject_variations_from_block_style_variation_files()](https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/inject_variations_from_block_style_variation_files/)
 * Adds variations sourced from block style variations files to the supplied theme.
   json data.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/inject_variations_from_block_style_variation_files/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/inject_variations_from_block_style_variation_files/#uses)
   | Source: [wp-includes/class-wp-theme-json-resolver.php:947](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-theme-json-resolver.php#L947-L978)
 * method[WP_Theme_JSON_Resolver::inject_variations_from_block_styles_registry()](https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/inject_variations_from_block_styles_registry/)
 * Adds variations sourced from the block styles registry to the supplied theme.
   json data.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/inject_variations_from_block_styles_registry/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/inject_variations_from_block_styles_registry/#uses)
   | Source: [wp-includes/class-wp-theme-json-resolver.php:988](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-theme-json-resolver.php#L988-L1016)
 * method[WP_Theme_JSON_Resolver::style_variation_has_scope()](https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/style_variation_has_scope/)
 * Determines if a supplied style variation matches the provided scope.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/style_variation_has_scope/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/style_variation_has_scope/#uses)
   | Source: [wp-includes/class-wp-theme-json-resolver.php:777](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-theme-json-resolver.php#L777-L787)
 * method[WP_Theme_JSON_Resolver::get_resolved_theme_uris()](https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/get_resolved_theme_uris/)
 * Resolves relative paths in theme.json styles to theme absolute paths and returns
   them in an array that can be embedded as the value of `_link` object in REST 
   API responses.
 * Used by [4 functions](https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/get_resolved_theme_uris/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/get_resolved_theme_uris/#uses)
   | Source: [wp-includes/class-wp-theme-json-resolver.php:848](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-theme-json-resolver.php#L848-L911)
 * method[WP_Theme_JSON_Resolver::resolve_theme_file_uris()](https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/resolve_theme_file_uris/)
 * Resolves relative paths in theme.json styles to theme absolute paths and merges
   them with incoming theme JSON.
 * Used by [2 functions](https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/resolve_theme_file_uris/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/resolve_theme_file_uris/#uses)
   | Source: [wp-includes/class-wp-theme-json-resolver.php:922](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-theme-json-resolver.php#L922-L936)
 * hook[deleted_post_{$post->post_type}](https://developer.wordpress.org/reference/hooks/deleted_post_post-post_type/)
 * Fires immediately after a post is deleted from the database.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/deleted_post_post-post_type/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/deleted_post_post-post_type/#uses)
   | Source: [wp-includes/post.php:3923](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/post.php#L3923-L3923)
 * hook[delete_post_{$post->post_type}](https://developer.wordpress.org/reference/hooks/delete_post_post-post_type/)
 * Fires immediately before a post is deleted from the database.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/delete_post_post-post_type/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/delete_post_post-post_type/#uses)
   | Source: [wp-includes/post.php:3894](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/post.php#L3894-L3894)
 * class[WP_HTML_Decoder](https://developer.wordpress.org/reference/classes/wp_html_decoder/)
 * HTML API: WP_HTML_Decoder class
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_html_decoder/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_html_decoder/#uses)
   | Source: [wp-includes/html-api/class-wp-html-decoder.php:12](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/html-api/class-wp-html-decoder.php#L12-L463)
 * class[WP_HTML_Stack_Event](https://developer.wordpress.org/reference/classes/wp_html_stack_event/)
 * Core class used by the HTML Processor as a record for stack operations.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_html_stack_event/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_html_stack_event/#uses)
   | Source: [wp-includes/html-api/class-wp-html-stack-event.php:20](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/html-api/class-wp-html-stack-event.php#L20-L82)
 * method[WP_HTML_Stack_Event::__construct()](https://developer.wordpress.org/reference/classes/wp_html_stack_event/__construct/)
 * Constructor function.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_html_stack_event/__construct/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_html_stack_event/__construct/#uses)
   | Source: [wp-includes/html-api/class-wp-html-stack-event.php:77](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/html-api/class-wp-html-stack-event.php#L77-L81)
 * method[WP_HTML_Processor::get_comment_type()](https://developer.wordpress.org/reference/classes/wp_html_processor/get_comment_type/)
 * Indicates what kind of comment produced the comment node.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/get_comment_type/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_html_processor/get_comment_type/#uses)
   | Source: [wp-includes/html-api/class-wp-html-processor.php:5540](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/html-api/class-wp-html-processor.php#L5540-L5542)
 * method[WP_HTML_Processor::class_list()](https://developer.wordpress.org/reference/classes/wp_html_processor/class_list/)
 * Generator for a foreach loop to step through each class name for the matched 
   tag.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/class_list/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_html_processor/class_list/#uses)
   | Source: [wp-includes/html-api/class-wp-html-processor.php:5493](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/html-api/class-wp-html-processor.php#L5493-L5495)
 * method[WP_HTML_Processor::get_modifiable_text()](https://developer.wordpress.org/reference/classes/wp_html_processor/get_modifiable_text/)
 * Returns the modifiable text for a matched token, or an empty string.
 * Used by [1 function](https://developer.wordpress.org/reference/classes/wp_html_processor/get_modifiable_text/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_html_processor/get_modifiable_text/#uses)
   | Source: [wp-includes/html-api/class-wp-html-processor.php:5517](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/html-api/class-wp-html-processor.php#L5517-L5519)

 [Previous Page](https://developer.wordpress.org/reference/package/wordpress/page/18/?output_format=md)

[1](https://developer.wordpress.org/reference/package/wordpress/?output_format=md)…
[17](https://developer.wordpress.org/reference/package/wordpress/page/17/?output_format=md)
[18](https://developer.wordpress.org/reference/package/wordpress/page/18/?output_format=md)
19 [20](https://developer.wordpress.org/reference/package/wordpress/page/20/?output_format=md)
[21](https://developer.wordpress.org/reference/package/wordpress/page/21/?output_format=md)…
[49](https://developer.wordpress.org/reference/package/wordpress/page/49/?output_format=md)

 [Next Page](https://developer.wordpress.org/reference/package/wordpress/page/20/?output_format=md)