php functions.php - 删除JQuery / Migrate和WP Embed

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php functions.php - 删除JQuery / Migrate和WP Embed相关的知识,希望对你有一定的参考价值。

// Remove jQuery Migrate Script from header and Load jQuery from Google API
function crunchify_stop_loading_wp_embed_and_jquery() {
	if (!is_admin()) {
		wp_deregister_script('wp-embed');
		wp_deregister_script('jquery');  // Bonus: remove jquery too if it's not required
	}
}
add_action('init', 'crunchify_stop_loading_wp_embed_and_jquery');

以上是关于php functions.php - 删除JQuery / Migrate和WP Embed的主要内容,如果未能解决你的问题,请参考以下文章

php 删除WordPress中的[All in One SEO Pack]或[Yoast SEO] HTML评论(适用于functions.php)

手机检测php代码functions.php中的Innerhtml

php functions.php中的主题自定义php代码

functions.php 被siteLock-php-injector 感染了如何清理呢? [关闭]

php 【WordPress的】的functions.php

php 的functions.php