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



_wp_footnotes_kses_init › WordPress Function

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

Registers the filter of footnotes meta field if the user does not have `unfiltered_html` capability.



Źródło

function _wp_footnotes_kses_init() {
	_wp_footnotes_remove_filters();
	if ( ! current_user_can( 'unfiltered_html' ) ) {
		_wp_footnotes_kses_init_filters();
	}
}