$limit, 'orderby' => $order, ); $questions = new Question_Query( $question_args ); include ap_get_theme_location('widget-questions.php'); echo $args['after_widget']; wp_reset_postdata(); } public function form( $instance ) { $title = __( 'Questions', 'ap' ); $order = 'active'; $limit = 5; if ( isset( $instance[ 'title' ] ) ) $title = $instance[ 'title' ]; if ( isset( $instance[ 'order' ] ) ) $order = $instance[ 'order' ]; if ( isset( $instance[ 'limit' ] ) ) $limit = $instance[ 'limit' ]; ?>