芝麻web文件管理V1.00
编辑当前文件:/home4/randall/public_html/sl/wp-content/plugins/js_composer/include/autoload/params-to-init.php
' . $data . '' . $custom_tag . '>'; echo $output; } add_action( 'wp_ajax_wpb_gallery_html', 'vc_gallery_html' ); function vc_gallery_html() { vc_user_access()->checkAdminNonce()->validateDie()->wpAny( 'edit_posts', 'edit_pages' )->validateDie(); $images = vc_post_param( 'content' ); if ( ! empty( $images ) ) { wp_send_json_success( vc_field_attached_images( explode( ',', $images ) ) ); } die(); }