<?php //AdSense AMP自動広告の<body>直後コード
/**
 * Cocoon WordPress Theme
 * @author: yhira
 * @link: https://wp-cocoon.com/
 * @license: http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 */
if ( !defined( 'ABSPATH' ) ) exit;

if (is_ads_visible()): ?>
<!-- Google AMP Auto AdSense -->
<amp-auto-ads type="adsense" data-ad-client="<?php echo get_adsense_data_ad_client(); ?>"></amp-auto-ads>
<!-- End Google AMP Auto AdSense -->
<?php endif ?>
