php [WooCommerce Core]允许在术语(类别,标签)描述中使用HTML

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php [WooCommerce Core]允许在术语(类别,标签)描述中使用HTML相关的知识,希望对你有一定的参考价值。

foreach ( array( 'pre_term_description' ) as $filter ) {
    remove_filter( $filter, 'wp_filter_kses' );
}
 
foreach ( array( 'term_description' ) as $filter ) {
    remove_filter( $filter, 'wp_kses_data' );
}

以上是关于php [WooCommerce Core]允许在术语(类别,标签)描述中使用HTML的主要内容,如果未能解决你的问题,请参考以下文章

php [WooCommerce Core]在主题激活时设置WooCommerce图像尺寸

php [WooCommerce Core]在主题激活时设置WooCommerce图像尺寸

php [WooCommerce Core]在主题激活时设置WooCommerce图像尺寸

php [WooCommerce Core]查询WooCommerce是否被激活

php [WooCommerce Core]查询WooCommerce是否被激活

php [WooCommerce Core]查询WooCommerce是否被激活