Question_Query::reset_questions_data()

Description #

Reset current question in loop.

Source #

File: includes/qaquery.php

190
191
192
193
194
195
196
public function reset_questions_data() {
    parent::reset_postdata();
 
    if ( ! empty( $this->post ) ) {
        anspress()->current_question = $this->post;
    }
}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment