wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



_wp_footnotes_remove_filters › WordPress Function

Od6.3.2
Przestarzałyn/a
_wp_footnotes_remove_filters ( Brak parametrów )
Dostęp:
  • private
Zdefiniowane na:
Codex:

Removes the filters for footnotes meta field.



Źródło

function _wp_footnotes_remove_filters() {
	remove_filter( 'sanitize_post_meta_footnotes', '_wp_filter_post_meta_footnotes' );
}