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
このプラグインをダウンロードして、 サイトに使用できます。