kses_init()

最后更新于:2021-11-27 12:40:36

kses_init()

Sets up most of the KSES filters for input form content.

源文件

文件: gc-includes/kses.php

function kses_init() {
	kses_remove_filters();

	if ( ! current_user_can( 'unfiltered_html' ) ) {
		kses_init_filters();
	}
}