'My_Widget', 'description' => __('Title For all Sections', 'bizzboss'), ); parent::__construct( 'My_Widget', 'Heading Title', $widget_ops ); } /** * @param array $args * @param array $instance */ public function widget( $args, $instance ) { echo $args['before_widget']; ?>
'Key_Features', 'description' => __('Key Features Section', 'bizzboss') ); parent::__construct( 'Key_Features', 'Key Features', $widget_ops ); } /** * @param array $args * @param array $instance */ public function widget( $args, $instance ) { echo $args['before_widget']; ?>
'latest_post', 'description' => __('Latest Post Section For Home','bizzboss') ); parent::__construct( 'my_widget', 'Latest Post', $widget_ops ); } /** * @param array $args * @param array $instance */ public function widget( $args, $instance ) { echo $args['before_widget']; ?>
'Latest_Post_Slide', 'description' => __('Latest Post Slider Section For Home', 'bizzboss'), ); parent::__construct( 'Latest_Post_Slide', 'Latest Post Slider', $widget_ops ); } /** * @param array $args * @param array $instance */ public function widget( $args, $instance ) { echo $args['before_widget']; ?>
'call_to_action', 'description' => __('Call To Action Widget', 'bizzboss') ); parent::__construct( 'call_to_action', 'Call To Action', $widget_ops ); } /** * @param array $args * @param array $instance */ public function widget( $args, $instance ) { echo $args['before_widget']; ?>