EstudioJuridicoAlmagro_Web/www/wpv_common/shortcodes/generator/table.php

14 lines
314 B
PHP
Raw Normal View History

<?php
return array(
"name" => __('Table', 'wpv') ,
"value" => 'table',
"options" => array(
array(
'name' => __('Content', 'wpv') ,
'desc' => __('Please insert a valid HTML table, you can use thead and tfood if you wish', 'wpv') ,
'id' => 'content',
'type' => 'textarea'
) ,
) ,
);