_wp_footnotes_kses_init()
Function: Registers the filter of footnotes meta field if the user does not have unfiltered_html capability.
Source: wp-includes/blocks.php:2019
Function: Registers the filter of footnotes meta field if the user does not have unfiltered_html capability.
Source: wp-includes/blocks.php:2019
Function: Initializes footnotes meta field filters when imported data should be filtered.
Source: wp-includes/blocks.php:2040
Function: Removes the filters that filter footnotes meta field.
Source: wp-includes/blocks.php:2009
Function: Adds the filters to filter footnotes meta field.
Source: wp-includes/blocks.php:1999
Function: Strips all HTML from the content of footnotes, and sanitizes the ID.
Source: wp-includes/blocks.php:1976
Function: Given an array of parsed block trees, applies callbacks before and after serializing them and returns their concatenated output.
Source: wp-includes/blocks.php:1137
Function: Traverses a parsed block tree and applies callbacks before and after serializing it.
Source: wp-includes/blocks.php:1052
Function: Returns a function that injects the hooked blocks after a given block.
Source: wp-includes/blocks.php:847
Filter Hook: Filters the list of hooked block types for a given anchor block type and relative position.
Source: wp-includes/blocks.php:808
Function: Returns a function that injects the theme attribute into, and hooked blocks before, a given block.
Source: wp-includes/blocks.php:771
Function: Retrieves block types hooked into the given block, grouped by anchor block type and the relative position.
Source: wp-includes/blocks.php:733
Function: Gets the URL to a block asset.
Source: wp-includes/blocks.php:84
Function: Parses footnotes markup out of a content string, and renders those appropriate for the excerpt.
Source: wp-includes/blocks.php:1372
Function: Callback used for regular expression replacement in filter_block_content() .
Source: wp-includes/blocks.php:1210
Filter Hook: Filters the arguments which will be passed to `WP_Query` for the Query Loop Block.
Source: wp-includes/blocks.php:1824
Function: Helper function that constructs a comment query vars array from the passed block properties.
Source: wp-includes/blocks.php:1874
Function: Helper function that returns the proper pagination arrow HTML for `CommentsPaginationNext` and `CommentsPaginationPrevious` blocks based on the provided `paginationArrow` from `CommentsPagination` context.
Source: wp-includes/blocks.php:1945
Function: Helper function that returns the proper pagination arrow HTML for `QueryPaginationNext` and `QueryPaginationPrevious` blocks based on the provided `paginationArrow` from `QueryPagination` context.
Source: wp-includes/blocks.php:1840
Function: Gets i18n schema for block’s metadata read from `block.json` file.
Source: wp-includes/blocks.php:310
Function: Checks whether the current block type supports the feature requested.
Source: wp-includes/blocks.php:1609
Function: Converts typography keys declared under `supports.*` to `supports.typography.*`.
Source: wp-includes/blocks.php:1636
Function: Helper function that constructs a WP_Query args array from a `Query` block properties.
Source: wp-includes/blocks.php:1692
Function: Renders inner blocks from the allowed wrapper blocks for generating an excerpt.
Source: wp-includes/blocks.php:1395
Filter Hook: Filters the list of blocks that can be used as wrapper blocks, allowing excerpts to be generated from the `innerBlocks` of these wrappers.
Source: wp-includes/blocks.php:1319
Filter Hook: Filters the settings determined from the block type metadata.
Source: wp-includes/blocks.php:568
Filter Hook: Filters the metadata provided for registering a block type.
Source: wp-includes/blocks.php:386
Filter Hook: Filters the default context provided to a rendered block.
Source: wp-includes/blocks.php:1480
Function: Generates the name for an asset based on the name of the block and the field name provided.
Source: wp-includes/blocks.php:46
Function: Finds a script handle for the selected block metadata field. It detects when a path to file was provided and finds a corresponding asset file with details necessary to register the script under automatically generated handle name. It returns unprocessed script handle otherwise.
Source: wp-includes/blocks.php:140
Function: Finds a style handle for the block metadata field. It detects when a path to file was provided and registers the style under automatically generated handle name. It returns unprocessed style handle otherwise.
Source: wp-includes/blocks.php:223