is_question_tags()

Description #

Check if question tags page.

Source #

File: includes/taxo.php

function is_question_tags() {
	if ( ap_get_tags_slug() === get_query_var( 'ap_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