'', 'sortby' => 'menu_order', 'exclude' => null, 'el_class' => '', 'css' => '' ), $atts ) ); $el_class = $this->getExtraClass( $el_class ); $css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, vc_shortcode_custom_css_class( $css, ' ' ) ); $type = 'WP_Widget_Pages'; $args = array( 'before_widget' => '', 'before_title' => '
', 'after_title' => '
' ); ob_start(); the_widget( $type, $atts, $args ); $output .= ob_get_clean(); echo stm_echo_safe_output($output);