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