移除WordPress head json+oembed和xml+oembed

· WordPress · 17 views

修改主题的functions.php文件‌
在主题的functions.php文件中添加以下代码:

remove_action('wp_head', 'wp_oembed_add_discovery_links');