args = array_merge( array( 'post_type' => 'post', 'posts_per_page' => -1, ), $this->args ); $this->default_value = (array) $this->default_value; $this->posts = get_posts( $this->args ); } }