__( 'AT Services', 'aakanksha'), 'size' => 'span12', ); //create the widget parent::__construct('as_Service_Block', $block_options); //add ajax functions add_action('wp_ajax_as_block_service_add_new', array($this, 'add_service')); } function form($instance) { $defaults = array( 'services' => array( 1 => array( 'title' => __('Add New Service', 'aakanksha'), 'icon_font' => '', 'content' => '', 'duration' => '900', 'delay' => '0', 'animation' => 'None', ) ), 'column' => 'three', 'margin_top' => 10, 'margin_bottom' => 10, ); $instance = wp_parse_args($instance, $defaults); extract($instance); $service_columns = array( 'one' => 'One Columns', 'two' => 'Two Columns', 'three' => 'Three Columns', 'four' => 'Four Columns', ); ?>
-
'.$service['content'].'