[WordPress]functions.phpでoEmbed関連のscriptやlinkを削除する方法

WordPress
スポンサーリンク

目次

functions.php

remove_action( 'wp_head', 'wp_oembed_add_discovery_links' );
remove_action( 'wp_head', 'wp_oembed_add_host_js' );
remove_action( 'wp_head', 'rest_output_link_wp_head' );
remove_action( 'template_redirect', 'rest_output_link_header', 11 );

コメント

タイトルとURLをコピーしました