| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/cwd/wp-content/plugins/cornerstone/includes/elements/classic/pricing-table/ |
Upload File : |
<?php
/**
* Element Controls: Pricing Table
*/
return array(
'elements' => array(
'type' => 'sortable',
'ui' => array(
'title' => __( 'Pricing Table Columns', 'cornerstone' ),
'tooltip' =>__( 'Add your pricing table columns here.', 'cornerstone' ),
),
'options' => array(
'add_label' => __( 'Column', 'cornerstone' ),
'element' => 'pricing-table-column',
'newTitle' => __( 'Column %s', 'cornerstone' ),
'floor' => 1,
'capacity' => 5
),
'context' => 'content',
'suggest' => array(
array( 'title' => __( 'Basic', 'cornerstone' ), 'price' => '19', 'featured' => false, 'content' => __( "[cs_icon_list]\n [cs_icon_list_item type=\"check\"]First Feature[/cs_icon_list_item]\n [cs_icon_list_item type=\"times\"]Second Feature[/cs_icon_list_item]\n [cs_icon_list_item type=\"times\"]Third Feature[/cs_icon_list_item]\n[/cs_icon_list]\n\n[x_button href=\"#\" size=\"large\"]Buy Now![/x_button]", 'cornerstone' ) ),
array( 'title' => __( 'Standard', 'cornerstone' ), 'price' => '29', 'featured' => true, 'content' => __( "[cs_icon_list]\n [cs_icon_list_item type=\"check\"]First Feature[/cs_icon_list_item]\n [cs_icon_list_item type=\"check\"]Second Feature[/cs_icon_list_item]\n [cs_icon_list_item type=\"times\"]Third Feature[/cs_icon_list_item]\n[/cs_icon_list]\n\n[x_button href=\"#\" size=\"large\"]Buy Now![/x_button]", 'cornerstone' ), 'featured_sub' => 'Most Popular!' ),
array( 'title' => __( 'Pro', 'cornerstone' ), 'price' => '39', 'featured' => false, 'content' => __( "[cs_icon_list]\n [cs_icon_list_item type=\"check\"]First Feature[/cs_icon_list_item]\n [cs_icon_list_item type=\"check\"]Second Feature[/cs_icon_list_item]\n [cs_icon_list_item type=\"check\"]Third Feature[/cs_icon_list_item]\n[/cs_icon_list]\n\n[x_button href=\"#\" size=\"large\"]Buy Now![/x_button]", 'cornerstone' ) )
)
),
);