<?php $general_option = get_option('ashuwp_jjt'); ?>
<?php print_r ($general_option['input_upload_multiple'])?>
得到Array (? ? [1] => ?? ? ? ?? ( ? ? ? ? ? ?[???] => http://localhost/wp-content/uploads/2022/03/3201aaab25fe57a644284db295182f4-1.jpg ? ? ? ?)? ? ?[2] => ?? ? ? ?? ( ? ? ? ? ? ?[???] => http://localhost/wp-content/uploads/2022/03/深黃color.png ? ? ? ?) )怎么才獲取到image后邊?值后臺
$jj_page_option[] = array(
? 'name' => '多個',
? 'id'? ?=> 'input_upload_multiple',
?'??' = > '??? ???? ???? ?? ??? ??? ???? ??? true? ?????.',
? 'std'? => '',
? '?? ??' => (
? ? array(
? ? ? 'name' => 'Image',
? ? ? 'id'? ?=> 'image',
? ? ? 'desc' => '???? ???? ???. ??? ??? URI? ??? ?????. .',
? ? ? 'std'? => '',
? ? ? 'button_text' => '???',
? ? ? 'type' => '???'
? ? ),
? ),
? '??' => ?,
? '??' => '??'
);