| Server IP : 213.186.33.4 / Your IP : 216.73.216.146 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/plugins/landing-pages/shared/shortcodes/shortcodes/ |
Upload File : |
<?php
/**
* Content Box Shortcode
*/
/* Shortcode generator config
* ----------------------------------------------------- */
$shortcodes_config['lists'] = array(
'no_preview' => false,
'options' => array(
'icon' => array(
'name' => __('List Icon', 'inbound-pro' ),
'desc' => __('Select an icon for the List', 'inbound-pro' ),
'type' => 'select',
'options' => $fontawesome,
'std' => 'check'
),
'font-size' => array(
'name' => __('Font Size', 'inbound-pro' ),
'desc' => __('Size of List Font', 'inbound-pro' ),
'type' => 'text',
'std' => '16'
),
'bottom-margin' => array(
'name' => __('Bottom Margin', 'inbound-pro' ),
'desc' => __('space between list items', 'inbound-pro' ),
'type' => 'text',
'std' => '10'
),
'icon-color' => array(
'name' => __('Icon Color', 'inbound-pro' ),
'desc' => __('Color of Icon', 'inbound-pro' ),
'type' => 'colorpicker',
'std' => '000000'
),
'text-color' => array(
'name' => __('Text Color', 'inbound-pro' ),
'desc' => __('Color of Text in List', 'inbound-pro' ),
'type' => 'colorpicker',
'std' => ''
),
'columns' => array(
'name' => __('Number of Columns', 'inbound-pro' ),
'desc' => __('Number of Columns', 'inbound-pro' ),
'type' => 'select',
'options' => array(
"1" => "Single Column (default)",
"2" => "2 Column",
"3" => "3 Column",
"4" => "4 Column",
"5" => "5 Column",
),
'std' => '1',
),
),
'shortcode' => '[list icon="{{icon}}" font_size="{{font-size}}" icon_color="{{icon-color}}" text_color="{{text-color}}" columns="{{columns}}" bottom_margin="{{bottom-margin}}"](Insert Your Unordered List Here. Use the List insert button in the editor. Delete this text)[/list]',
'popup_title' => __('Insert Styled List Shortcode', 'inbound-pro' )
);