is_question_category()

Description #

Check if current page is question category.

Source #

File: includes/taxo.php

function is_question_category() {
	if ( 'category' === ap_current_page() ) {
		return true;
	}

	return false;
}

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