plugin-icon

Remove jQuery from Theme

제작자: Marc Tönsing·
Removes jQuery from your frontend theme if no administrator is logged-in. jQuery will still be loaded and continue to work in you backend and when the …
평가
5
버전
1.0
활성화된 설치 항목
100
최근 업데이트일
Mar 9, 2021

Removes jQuery from your frontend theme if no administrator is logged-in. jQuery will continue to work in you backend and when the admin toolbar is visible. Plugins which depend on jQuery will not be loaded either.

This plugin does nothing more but this:

function init_without_jquery() { if (!is_admin() AND !is_admin_bar_showing()) { wp_deregister_script('jquery'); wp_register_script('jquery', false); } } add_action('init', 'init_without_jquery');
무료유료 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 5.6.17
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.