php call parameters
客
2022-04-04 18:43:07
0
0
987

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

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

get Array ( [1] => Array ( [Image] = & GT; http://localHost/wp-Content/uploads/2022/03/3201aaaab257a644284db295182F4-1.JPG ) ) [2] => Array ( [Image] = & GT; http:// localhost/wp-confloads/2022/03/dark yellow .png ) ) How can I get the value behind the image? Backstage

$jj_page_option[] = array(

'name' => 'Multiple',

'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'

);

客

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template