add_action('wp_head', function () {
if (is_page('contact')) { // スラッグが contact の場合
echo '';
}
Warning: Cannot modify header information - headers already sent by (output started at /home/totalfood/www/wordpress/wp-content/themes/totalfood/functions.php:26) in /home/totalfood/www/wordpress/wp-includes/pluggable.php on line 1296
Warning: Cannot modify header information - headers already sent by (output started at /home/totalfood/www/wordpress/wp-content/themes/totalfood/functions.php:26) in /home/totalfood/www/wordpress/wp-includes/pluggable.php on line 1299