__( 'AT Pricing', 'aakanksha'), 'size' => 'span12', ); //create the widget parent::__construct('as_Pricing_Block', $block_options); //add ajax functions add_action('wp_ajax_as_block_pricing_add_new', array($this, 'add_pricing')); } function form($instance) { $defaults = array( 'pricings' => array( 1 => array( 'title' => __('Basic $9/month', 'aakanksha'), 'left' => '0', 'right' => '0', 'option_1' => '3G Space', 'option_2' => '4 Subdomain', 'option_3' => 'Unlimited Bandwidth', 'option_4' => 'Support 24/7', 'content_link' => 'sign up', 'type_pricing' => 'none', 'duration' => '900', 'delay' => '0', 'animation' => 'None', ) ), 'margin_top' => 10, 'margin_bottom' => 10, ); $instance = wp_parse_args($instance, $defaults); extract($instance); ?>
-