is_question_tag()
Description #
Check if question tag page.
Source #
File: includes/taxo.php
function is_question_tag() {
if ( 'tag' === ap_current_page() ) {
return true;
}
return false;
}
Expand full source code Collapse full source code View on GitHub: includes/taxo.php:433
Add your comment