我想通过注销不必要的外部资源来提高页面速度。我已经设法删除了大部分外部脚本,Elementor 默认在前端加载。但是,我无法以某种方式删除 jQuery 插件Sticky。我想这与成为 Elementor Pro 的一部分有关。
我已经尝试查看 jQuery 依赖项,但这对我不起作用。
function remove_jquery_sticky() {
if ( ! is_admin()) {
wp_deregister_script( 'sticky' );
}
}
add_action( 'elementor/frontend/after_register_scripts', 'remove_jquery_sticky' );
I expect the jQuery plugin not to load on the frontend, however it still does.
素胚勾勒不出你
茅侃侃
鸿蒙传说