| Server IP : 38.190.208.107 / Your IP : 216.73.217.46 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : root ( 0) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.3/wp-content/plugins/Ultimate_VC_Addons/presets/ |
Upload File : |
<?php /** * Presets - Advanced Heading * * @package Advanced Heading */ $array = array( 'base' => 'ultimate_heading', // shortcode base. 'presets' => array( // presets array. // 1. array( 'title' => 'Left Aligned with Separator', // Title of preset. 'default' => false, // set true if if want to load this preset on newly created element. 'settings' => array( 'main_heading' => 'Heading Left Alignment', 'alignment' => 'left', 'spacer' => 'line_only', 'spacer_position' => 'middle', 'line_height' => '1', 'main_heading_margin' => 'margin-top:10px;margin-bottom:10px;', 'sub_heading_margin' => 'margin-top:10px;margin-bottom:10px;', 'spacer_margin' => 'margin-top:10px;margin-bottom:10px;', 'line_width' => '200', 'content' => 'Add custom colors to your heading, subheading.', ), ), // end of preset. // 2. array( 'title' => 'Center Aligned with Separator', // Title of preset. 'default' => false, // set true if if want to load this preset on newly created element. 'settings' => array( 'main_heading' => 'Heading Center Alignment', 'spacer' => 'line_only', 'spacer_position' => 'middle', 'line_height' => '1', 'main_heading_margin' => 'margin-top:10px;margin-bottom:10px;', 'sub_heading_margin' => 'margin-top:10px;margin-bottom:10px;', 'spacer_margin' => 'margin-top:10px;margin-bottom:10px;', 'line_width' => '200', 'content' => 'Add custom colors to your heading, subheading.', ), ), // end of preset. // 3. array( 'title' => 'Right Aligned with Separator', // Title of preset. 'default' => false, // set true if if want to load this preset on newly created element. 'settings' => array( 'main_heading' => 'Heading Right Alignment', 'alignment' => 'right', 'spacer' => 'line_only', 'spacer_position' => 'middle', 'line_height' => '1', 'main_heading_margin' => 'margin-top:10px;margin-bottom:10px;', 'sub_heading_margin' => 'margin-top:10px;margin-bottom:10px;', 'spacer_margin' => 'margin-top:10px;margin-bottom:10px;', 'line_width' => '200', 'content' => 'Add custom colors to your heading, subheading.', ), ), // end of preset. // 4. array( 'title' => 'Line & Icon Separator', // Title of preset. 'default' => false, // set true if if want to load this preset on newly created element. 'settings' => array( 'main_heading' => 'Heading Center Alignment', 'spacer' => 'line_with_icon', 'spacer_position' => 'middle', 'line_height' => '1', 'icon' => 'Defaults-hand-o-up', 'icon_size' => '16', 'main_heading_margin' => 'margin-top:10px;margin-bottom:10px;', 'sub_heading_margin' => 'margin-top:10px;margin-bottom:10px;', 'spacer_margin' => 'margin-top:10px;margin-bottom:10px;', 'line_width' => '200', 'content' => 'Add custom colors to your heading, subheading.', ), ), // end of preset. // 5. array( 'title' => 'Separator At Bottom', // Title of preset. 'default' => false, // set true if if want to load this preset on newly created element. 'settings' => array( 'main_heading' => 'Heading Separator at Bottom', 'main_heading_color' => '#16a080', 'sub_heading_color' => '#000000', 'alignment' => 'right', 'spacer' => 'line_only', 'spacer_position' => 'bottom', 'line_height' => '3', 'line_color' => '#16a080', 'main_heading_margin' => 'margin-top:10px;margin-bottom:10px;', 'line_width' => '50', 'sub_heading_margin' => 'margin-top:10px;margin-bottom:10px;', 'spacer_margin' => 'margin-top:10px;margin-bottom:10px;', 'content' => 'Add custom colors to your heading, subheading.', ), ), // end of preset. // 6. array( 'title' => 'Separator At Middle', // Title of preset. 'default' => false, // set true if if want to load this preset on newly created element. 'settings' => array( 'main_heading' => 'Heading Separator in the Middle', 'main_heading_color' => '#16a080', 'sub_heading_color' => '#000000', 'spacer' => 'line_only', 'spacer_position' => 'middle', 'line_height' => '3', 'line_color' => '#16a080', 'main_heading_margin' => 'margin-top:10px;margin-bottom:10px;', 'sub_heading_margin' => 'margin-top:10px;margin-bottom:10px;', 'spacer_margin' => 'margin-top:10px;margin-bottom:10px;', 'line_width' => '100', 'content' => 'Add custom colors to your heading, subheading.', ), ), // end of preset3. // 7. array( 'title' => 'Separator At Top', // Title of preset. 'default' => false, // set true if if want to load this preset on newly created element. 'settings' => array( 'main_heading' => 'Heading Separator on Top', 'main_heading_color' => '#16a080', 'sub_heading_color' => '#000000', 'alignment' => 'left', 'spacer' => 'line_only', 'line_height' => '3', 'line_color' => '#16a080', 'main_heading_margin' => 'margin-top:10px;margin-bottom:10px;', 'line_width' => '50', 'sub_heading_margin' => 'margin-top:10px;margin-bottom:10px;', 'spacer_margin' => 'margin-top:10px;margin-bottom:10px;', 'content' => 'Add custom colors to your heading, subheading.', ), ), // end of preset. ), );