id; } $adventure_camping_title = ( ! empty( $adventure_camping_instance['title'] ) ) ? $adventure_camping_instance['title'] : __( 'Recent Posts', 'adventure-camping' ); /** This filter is documented in wp-includes/widgets/class-wp-widget-pages.php */ $adventure_camping_title = apply_filters( 'widget_title', $adventure_camping_title, $adventure_camping_instance, $this->id_base ); $adventure_camping_number = ( ! empty( $adventure_camping_instance['number'] ) ) ? absint( $adventure_camping_instance['number'] ) : 5; if ( ! $adventure_camping_number ) $adventure_camping_number = 5; $adventure_camping_show_date = isset( $adventure_camping_instance['show_date'] ) ? $adventure_camping_instance['show_date'] : false; /** * Filter the arguments for the Recent Posts widget. * * @since 3.4.0 * * @see WP_Query::get_posts() * * @param array $adventure_camping_args An array of arguments used to retrieve the recent posts. */ $adventure_camping_r = new WP_Query( apply_filters( 'widget_posts_args', array( 'posts_per_page' => $adventure_camping_number, 'no_found_rows' => true, 'post_status' => 'publish', 'ignore_sticky_posts' => true ) ) ); if ($adventure_camping_r->have_posts()) : ?>
    have_posts() ) : $adventure_camping_r->the_post(); ?>