<?php $general_option = get_option('ashuwp_jjt'); ?>
<?php print_r ($general_option['input_upload_multiple'])?>
得到Array (? ? [1] => Array ? ? ?? ( ? ? ? ? ? ?[Bild] => http://localhost/wp-content/uploads/2022/03/3201aaab25fe57a644284db295182f4-1.jpg ? ? ? ?)? ? ?[2] => Array ? ? ?? ( ? ? ? ? ? ?[Bild] => http://localhost/wp-content/uploads/2022/03/深黃色.png ? ? ? ?) )怎么才能獲取到image后邊的值后臺
$jj_page_option[] = array(
? 'name' => '多個',
? 'id'? ?=> 'input_upload_multiple',
? 'desc' = > 'Legen Sie den Typ als Gruppe fest, legen Sie den Untertyp als Array fest und legen Sie das Vielfache als wahr fest.',
? 'std'? => '',
? 'subtype' => (
? ? array(
? ? ? 'name' => 'Image',
? ? ? 'id'? ?=> 'image',
? ? ? 'desc' => 'Bitte laden Sie ein Bild hoch oder füllen Sie die Lücke mit der Bild-URI .',
? ? ? 'std'? => '',
? ? ? 'button_text' => 'upload',
? ? ),
? 'multiple' => true,
? 'type' => 'group'
);