Method: An imaginary post.
Method: Include all post status in single question so that we can show custom messages.
Method: Make sure single question loop render AnsPress shortcode.
Method: Modify main query.
Method: Modify main query.
Method: Alter WP_Query mysql query for question and answers.
Filter Hook: No description
Method: Add qameta fields to post and prefetch metas and users.
Method: Filter to override default WP method to count total found posts using SQL_CALC_FOUND_ROWS. Prevent AnsPress quries to use SQL_CALC_FOUND_ROWS which is an old MySql function. Query takes too much time SQL_CALC_FOUND_ROWS in a site where there are more then a million posts.
Filter Hook: No description