ap_page_title()

Description #

Return current page title.

Changelog #

VersionDescription
unknownunknown
4.1.0Introduced.

Source #

File: includes/theme.php

function ap_page_title() {
	$new_title = '';
	$new_title = apply_filters( 'ap_page_title', $new_title );

	return $new_title;
}

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