_wp_footnotes_remove_filters()
Removes the filters for footnotes meta field.
Internal function — this function is designed to be used by the kernel itself. It is not recommended to use this function in your code.
No Hooks.
Return
null
. Nothing (null).
Usage
_wp_footnotes_remove_filters();
Changelog
Since 6.3.2 | Introduced. |
_wp_footnotes_remove_filters() wp footnotes remove filters code WP 6.6.2
function _wp_footnotes_remove_filters() { remove_filter( 'sanitize_post_meta_footnotes', '_wp_filter_post_meta_footnotes' ); }