__( 'Archives', 'masterstudy' ), 'options' => '', 'el_class' => '' ), $atts ) ); $options = explode( ",", $options ); if ( in_array( "dropdown", $options ) ) { $atts['dropdown'] = true; } if ( in_array( "count", $options ) ) { $atts['count'] = true; } $el_class = $this->getExtraClass( $el_class ); $output = '
'; $type = 'WP_Widget_Archives'; $args = array( 'before_title' => '
', 'after_title' => '
' ); ob_start(); the_widget( $type, $atts, $args ); $output .= ob_get_clean(); $output .= '
' . $this->endBlockComment( 'vc_wp_archives' ) . "\n"; echo stm_echo_safe_output($output);