我正在使用下面相同的代码对许多其他样式进行排队,但它不适用于Elementor和其他一些样式。
function enqueue_content(){
wp_dequeue_style( \'elementor-icons-shared-0\' );
wp_dequeue_style( \'elementor-icons-fa-solid\' );
wp_dequeue_style( \'elementor-icons-fa-regular\' );
add_action(\'wp_enqueue_scripts\', \'enqueue_content\', 20);
我还尝试了他们支持的方法:https://docs.elementor.com/article/286-speed-up-a-slow-site编辑:似乎我无法出列的样式是从另一个父wp内容文件夹加载的(这是一个多站点)。