
/* -------------------------------------------------- 行田市ライブ状況カード(診断モード付き) 使い方: [gyoda_live_status type="sakura"] -------------------------------------------------- */ function gyoda_live_status_shortcode($atts) { // 現在のページIDを強制的に取得 $current_id = get_the_ID(); // 引数取得 $atts = shortcode_atts(array( 'type' => 'sakura', ), $atts); $type = $atts['type']; // ▼▼▼ 診断モード(管理者のみ表示) ▼▼▼ if (current_user_can('administrator')) { $debug_info = ""; $field_name = 'show_' . $type; $is_show = get_field($field_name, $current_id); // データが取れていない場合のメッセージ作成 if ($is_show === null) { $debug_info = "