亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

php 調(diào)用參數(shù)
客
2022-04-04 18:43:07
0
0
1096

<?php $general_option = get_option('ashuwp_jjt'); ?>

<?php print_r ($general_option['input_upload_multiple'])?>

得到Array (? ? [1] => Array ? ? ?? ( ? ? ? ? ? ?[image] => http://localhost/wp-content/uploads/2022/03/3201aaab25fe57a644284db295182f4-1.jpg ? ? ? ?)? ? ?[2] => Array ? ? ?? ( ? ? ? ? ? ?[image] => http://localhost/wp-content/uploads/2022/03/深黃色.png ? ? ? ?) )怎么才能獲取到image后邊的值后臺(tái)

$jj_page_option[] = array(

? 'name' => '多個(gè)',

? 'id'? ?=> 'input_upload_multiple',

? 'desc' => 'Set the type as group, Set the subtype as array, And set the multiple as true, The group fields is multiple.',

? 'std'? => '',

? 'subtype' => array(

? ? array(

? ? ? 'name' => 'Image',

? ? ? 'id'? ?=> 'image',

? ? ? 'desc' => 'Pleas upload a image, Or fill the blank with image uri.',

? ? ? 'std'? => '',

? ? ? 'button_text' => 'Upload',

? ? ? 'type' => 'upload'

? ? ),

? ),

? 'multiple' => true,

? 'type' => 'group'

);

客

全部回復(fù)(0)
最新下載
更多>
網(wǎng)站特效
網(wǎng)站源碼
網(wǎng)站素材
前端模板