php 取消注册不需要的子css

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 取消注册不需要的子css相关的知识,希望对你有一定的参考价值。

function remove_unwanted_stylesheets() {

wp_dequeue_style( 'divi-style' );
wp_deregister_style( 'divi-style' );

}
add_action( 'wp_enqueue_scripts', 'remove_unwanted_stylesheets', 999 );

以上是关于php 取消注册不需要的子css的主要内容,如果未能解决你的问题,请参考以下文章

php 取消注册父窗口小部件

php 取消注册小部件

php 取消注册标题右小部件区域

CSS 从Google Libraries API加载最新版本的jQuery并取消注册Wordpress版本

php 取消注册联系表单7脚本和样式表

样式表将自动删除/取消注册 - WordPress