W3cubDocs

/WordPress

_wp_footnotes_remove_filters()

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.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/_wp_footnotes_remove_filters