<?php //ウィジェットエリア
/**
 * 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;

//除外ウィジェットエリア
update_theme_option(OP_EXCLUDE_WIDGET_AREA_IDS);


