'shapely_home_CFA','description' => esc_html__( "[Shapely] Call for Action Section" ,'shapely') );
parent::__construct('shapely_home_CFA', esc_html__('[Shapely] Call for Action Section For FrontPage','shapely'), $widget_ops);
}
function widget($args , $instance) {
extract($args);
$title = isset($instance['title']) ? $instance['title'] : '';
$button = isset($instance['button']) ? $instance['button'] : '';
$button_link = isset($instance['button_link']) ? $instance['button_link'] : '';
echo $before_widget;
/**
* Widget Content
*/
?>