wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



_wp_footnotes_remove_filters › WordPress Function

Seit6.3.2
Veraltetn/v
_wp_footnotes_remove_filters ( Keine Parameter )
Zugriff:
  • private
Definiert in:
Codex:

Removes the filters for footnotes meta field.



Quellcode

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