ap_the_question()
Description #
Set current question in loop.
Source #
File: includes/qaquery.php
function ap_the_question() {
	if ( anspress()->questions ) {
		return anspress()->questions->the_question();
	}
}
Expand full source code Collapse full source code View on GitHub: includes/qaquery.php:295
  Add your comment