@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
//PCGuide 構造化マークアップ（JSON-LD）出力 add_action('init',function (){register_post_meta('post','_pcguide_structured_data',['show_in_rest'=>true,'single'=>true,'type'=>'string','auth_callback'=>function (){return current_user_can('edit_posts')},]);});add_action('wp_head',function (){if (!is_singular('post')){return}$jsonld=get_post_meta(get_the_ID(),'_pcguide_structured_data',true);if ($jsonld){echo "\n" . $jsonld . "\n"}});