Removes the filters for footnotes meta field.
Source
function _wp_footnotes_remove_filters() {
remove_filter( 'sanitize_post_meta_footnotes', '_wp_filter_post_meta_footnotes' );
}
Changelog
Version | Description |
---|---|
6.3.2 | Introduced. |
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.
User Contributed Notes
You must log in before being able to contribute a note or feedback.