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

---

# @package: WordPress

 * function[wp_unregister_ability_category()](https://developer.wordpress.org/reference/functions/wp_unregister_ability_category/)
 * Unregisters an ability category.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/wp_unregister_ability_category/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/wp_unregister_ability_category/#uses)
   | Source: [wp-includes/abilities-api.php:512](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/abilities-api.php#L512-L519)
 * function[wp_interactivity_get_element()](https://developer.wordpress.org/reference/functions/wp_interactivity_get_element/)
 * Returns an array representation of the current element being processed.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/wp_interactivity_get_element/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/wp_interactivity_get_element/#uses)
   | Source: [wp-includes/interactivity-api/interactivity-api.php:138](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/interactivity-api/interactivity-api.php#L138-L140)
 * function[wp_interactivity_get_context()](https://developer.wordpress.org/reference/functions/wp_interactivity_get_context/)
 * Gets the current Interactivity API context for a given namespace.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/wp_interactivity_get_context/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/wp_interactivity_get_context/#uses)
   | Source: [wp-includes/interactivity-api/interactivity-api.php:125](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/interactivity-api/interactivity-api.php#L125-L127)
 * hook[wp_speculation_rules_configuration](https://developer.wordpress.org/reference/hooks/wp_speculation_rules_configuration/)
 * Filters the way that speculation rules are configured.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/wp_speculation_rules_configuration/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/wp_speculation_rules_configuration/#uses)
   | Source: [wp-includes/speculative-loading.php:54](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/speculative-loading.php#L54-L54)
 * hook[wp_speculation_rules_href_exclude_paths](https://developer.wordpress.org/reference/hooks/wp_speculation_rules_href_exclude_paths/)
 * Filters the paths for which speculative loading should be disabled.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/wp_speculation_rules_href_exclude_paths/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/wp_speculation_rules_href_exclude_paths/#uses)
   | Source: [wp-includes/speculative-loading.php:154](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/speculative-loading.php#L154-L154)
 * hook[wp_load_speculation_rules](https://developer.wordpress.org/reference/hooks/wp_load_speculation_rules/)
 * Fires when speculation rules data is loaded, allowing to amend the rules.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/wp_load_speculation_rules/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/wp_load_speculation_rules/#uses)
   | Source: [wp-includes/speculative-loading.php:229](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/speculative-loading.php#L229-L229)
 * function[wp_cache_set_multiple_salted()](https://developer.wordpress.org/reference/functions/wp_cache_set_multiple_salted/)
 * Stores multiple pieces of salted data in the cache.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/wp_cache_set_multiple_salted/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/wp_cache_set_multiple_salted/#uses)
   | Source: [wp-includes/cache-compat.php:303](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/cache-compat.php#L303-L313)
 * function[wp_get_speculation_rules_configuration()](https://developer.wordpress.org/reference/functions/wp_get_speculation_rules_configuration/)
 * Returns the speculation rules configuration.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/wp_get_speculation_rules_configuration/#used-by)
   | Uses [5 functions](https://developer.wordpress.org/reference/functions/wp_get_speculation_rules_configuration/#uses)
   | Source: [wp-includes/speculative-loading.php:18](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/speculative-loading.php#L18-L91)
 * function[wp_get_speculation_rules()](https://developer.wordpress.org/reference/functions/wp_get_speculation_rules/)
 * Returns the full speculation rules data based on the configuration.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/wp_get_speculation_rules/#used-by)
   | Uses [5 functions](https://developer.wordpress.org/reference/functions/wp_get_speculation_rules/#uses)
   | Source: [wp-includes/speculative-loading.php:108](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/speculative-loading.php#L108-L232)
 * function[wp_print_speculation_rules()](https://developer.wordpress.org/reference/functions/wp_print_speculation_rules/)
 * Prints the speculation rules.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/wp_print_speculation_rules/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/wp_print_speculation_rules/#uses)
   | Source: [wp-includes/speculative-loading.php:242](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/speculative-loading.php#L242-L255)
 * function[wp_cache_get_salted()](https://developer.wordpress.org/reference/functions/wp_cache_get_salted/)
 * Retrieves cached data if valid and unchanged.
 * Used by [14 functions](https://developer.wordpress.org/reference/functions/wp_cache_get_salted/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/wp_cache_get_salted/#uses)
   | Source: [wp-includes/cache-compat.php:214](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/cache-compat.php#L214-L227)
 * function[wp_cache_set_salted()](https://developer.wordpress.org/reference/functions/wp_cache_set_salted/)
 * Stores salted data in the cache.
 * Used by [14 functions](https://developer.wordpress.org/reference/functions/wp_cache_set_salted/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/wp_cache_set_salted/#uses)
   | Source: [wp-includes/cache-compat.php:244](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/cache-compat.php#L244-L255)
 * function[wp_cache_get_multiple_salted()](https://developer.wordpress.org/reference/functions/wp_cache_get_multiple_salted/)
 * Retrieves multiple items from the cache, only considering valid and unchanged
   items.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/wp_cache_get_multiple_salted/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/wp_cache_get_multiple_salted/#uses)
   | Source: [wp-includes/cache-compat.php:269](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/cache-compat.php#L269-L286)
 * hook[block_bindings_supported_attributes](https://developer.wordpress.org/reference/hooks/block_bindings_supported_attributes/)
 * Filters the supported block attributes for block bindings.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/block_bindings_supported_attributes/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/block_bindings_supported_attributes/#uses)
   | Source: [wp-includes/block-bindings.php:165](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/block-bindings.php#L165-L169)
 * function[_block_bindings_term_data_get_value()](https://developer.wordpress.org/reference/functions/_block_bindings_term_data_get_value/)
 * Gets value for Term Data source.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/_block_bindings_term_data_get_value/#used-by)
   | Uses [8 functions](https://developer.wordpress.org/reference/functions/_block_bindings_term_data_get_value/#uses)
   | Source: [wp-includes/block-bindings/term-data.php:21](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/block-bindings/term-data.php#L21-L95)
 * hook[block_bindings_supported_attributes_{$block_type}](https://developer.wordpress.org/reference/hooks/block_bindings_supported_attributes_block_type/)
 * Filters the supported block attributes for block bindings.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/block_bindings_supported_attributes_block_type/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/block_bindings_supported_attributes_block_type/#uses)
   | Source: [wp-includes/block-bindings.php:181](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/block-bindings.php#L181-L184)
 * function[_register_block_bindings_term_data_source()](https://developer.wordpress.org/reference/functions/_register_block_bindings_term_data_source/)
 * Registers Term Data source in the block bindings registry.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/_register_block_bindings_term_data_source/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/_register_block_bindings_term_data_source/#uses)
   | Source: [wp-includes/block-bindings/term-data.php:103](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/block-bindings/term-data.php#L103-L117)
 * function[get_block_bindings_supported_attributes()](https://developer.wordpress.org/reference/functions/get_block_bindings_supported_attributes/)
 * Retrieves the list of block attributes supported by block bindings.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_block_bindings_supported_attributes/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_block_bindings_supported_attributes/#uses)
   | Source: [wp-includes/block-bindings.php:141](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/block-bindings.php#L141-L187)
 * function[_block_bindings_post_data_get_value()](https://developer.wordpress.org/reference/functions/_block_bindings_post_data_get_value/)
 * Gets value for Post Data source.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/_block_bindings_post_data_get_value/#used-by)
   | Uses [9 functions](https://developer.wordpress.org/reference/functions/_block_bindings_post_data_get_value/#uses)
   | Source: [wp-includes/block-bindings/post-data.php:21](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/block-bindings/post-data.php#L21-L79)
 * function[_register_block_bindings_post_data_source()](https://developer.wordpress.org/reference/functions/_register_block_bindings_post_data_source/)
 * Registers Post Data source in the block bindings registry.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/_register_block_bindings_post_data_source/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/_register_block_bindings_post_data_source/#uses)
   | Source: [wp-includes/block-bindings/post-data.php:87](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/block-bindings/post-data.php#L87-L96)
 * method[WP_Translation_Controller::has_translation()](https://developer.wordpress.org/reference/classes/wp_translation_controller/has_translation/)
 * Returns a boolean to indicate whether a translation exists for a given string
   with optional text domain and locale.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_controller/has_translation/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_translation_controller/has_translation/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-controller.php:448](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/l10n/class-wp-translation-controller.php#L448-L454)
 * method[WP_HTML_Processor::get_encoding()](https://developer.wordpress.org/reference/classes/wp_html_processor/get_encoding/)
 * Gets an encoding from a given string.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/get_encoding/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/get_encoding/#uses)
   | Source: [wp-includes/html-api/class-wp-html-processor.php:6659](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/html-api/class-wp-html-processor.php#L6659-L6681)
 * method[WP_HTML_Processor::get_adjusted_current_node()](https://developer.wordpress.org/reference/classes/wp_html_processor/get_adjusted_current_node/)
 * Returns the adjusted current node.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/get_adjusted_current_node/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/get_adjusted_current_node/#uses)
   | Source: [wp-includes/html-api/class-wp-html-processor.php:5852](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/html-api/class-wp-html-processor.php#L5852-L5858)
 * method[WP_HTML_Processor::reset_insertion_mode_appropriately()](https://developer.wordpress.org/reference/classes/wp_html_processor/reset_insertion_mode_appropriately/)
 * Runs the reset the insertion mode appropriately algorithm.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/reset_insertion_mode_appropriately/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/reset_insertion_mode_appropriately/#uses)
   | Source: [wp-includes/html-api/class-wp-html-processor.php:5913](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/html-api/class-wp-html-processor.php#L5913-L6096)
 * method[WP_HTML_Processor::close_cell()](https://developer.wordpress.org/reference/classes/wp_html_processor/close_cell/)
 * Runs the “close the cell” algorithm.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/close_cell/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/close_cell/#uses)
   | Source: [wp-includes/html-api/class-wp-html-processor.php:6220](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/html-api/class-wp-html-processor.php#L6220-L6231)
 * method[WP_HTML_Processor::insert_foreign_element()](https://developer.wordpress.org/reference/classes/wp_html_processor/insert_foreign_element/)
 * Inserts a foreign element on to the stack of open elements.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/insert_foreign_element/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/insert_foreign_element/#uses)
   | Source: [wp-includes/html-api/class-wp-html-processor.php:6258](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/html-api/class-wp-html-processor.php#L6258-L6283)
 * method[WP_HTML_Processor::insert_virtual_node()](https://developer.wordpress.org/reference/classes/wp_html_processor/insert_virtual_node/)
 * Inserts a virtual element on the stack of open elements.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/insert_virtual_node/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/insert_virtual_node/#uses)
   | Source: [wp-includes/html-api/class-wp-html-processor.php:6295](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/html-api/class-wp-html-processor.php#L6295-L6304)
 * method[WP_HTML_Processor::is_mathml_integration_point()](https://developer.wordpress.org/reference/classes/wp_html_processor/is_mathml_integration_point/)
 * Indicates if the current token is a MathML integration point.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/is_mathml_integration_point/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/is_mathml_integration_point/#uses)
   | Source: [wp-includes/html-api/class-wp-html-processor.php:6319](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/html-api/class-wp-html-processor.php#L6319-L6338)
 * method[WP_HTML_Processor::is_html_integration_point()](https://developer.wordpress.org/reference/classes/wp_html_processor/is_html_integration_point/)
 * Indicates if the current token is an HTML integration point.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/is_html_integration_point/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/is_html_integration_point/#uses)
   | Source: [wp-includes/html-api/class-wp-html-processor.php:6355](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/html-api/class-wp-html-processor.php#L6355-L6394)
 * method[WP_HTML_Processor::get_namespace()](https://developer.wordpress.org/reference/classes/wp_html_processor/get_namespace/)
 * Indicates the namespace of the current token, or “html” if there is none.
 * Used by [3 functions](https://developer.wordpress.org/reference/classes/wp_html_processor/get_namespace/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_html_processor/get_namespace/#uses)
   | Source: [wp-includes/html-api/class-wp-html-processor.php:5194](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/html-api/class-wp-html-processor.php#L5194-L5200)

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

[1](https://developer.wordpress.org/reference/package/wordpress/?output_format=md)…
[7](https://developer.wordpress.org/reference/package/wordpress/page/7/?output_format=md)
[8](https://developer.wordpress.org/reference/package/wordpress/page/8/?output_format=md)
9 [10](https://developer.wordpress.org/reference/package/wordpress/page/10/?output_format=md)
[11](https://developer.wordpress.org/reference/package/wordpress/page/11/?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/10/?output_format=md)