Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
_wp_footnotes_kses_init_filters()
Adds the filters to filter footnotes meta field.
Source
File: wp-includes/blocks.php
.
View all references
function _wp_footnotes_kses_init_filters() {
add_filter( 'sanitize_post_meta_footnotes', '_wp_filter_post_meta_footnotes' );
}
Changelog
Version | Description |
---|---|
6.3.2 | Introduced. |