New and updated in 6.3.2
-
functionget_shortcode_tags_in_content()
Returns a list of registered shortcode names found in the given content.
-
Initializes the filters for footnotes meta field when imported data should be filtered.
-
function_wp_footnotes_kses_init()
Registers the filter of footnotes meta field if the user does not have `unfiltered_html` capability.
-
function_wp_footnotes_remove_filters()
Removes the filters for footnotes meta field.
-
Adds the filters for footnotes meta field.
-
function_wp_filter_post_meta_footnotes()
Strips all HTML from the content of footnotes, and sanitizes the ID.
-
Skips contents of generic rawtext elements.
Used by 1 function | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1265 -
Add filters and actions to enable Block Theme Previews in the Site Editor.
-
Filters the list of invalid protocols used in applications redirect URLs.
-
Validates the redirect URL protocol scheme. The protocol can be anything except `http` and `javascript`.
-
Core class used to modify attributes in an HTML document for tags matching a query.
Used by 2 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:411 -
Checks if the Authorize Application Password request is valid.
-
Filters whether to send no-cache headers on a REST API request.