W3cubDocs

/WordPress

_wp_footnotes_kses_init()

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

Source

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

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_kses_init