Deprecated

This function has been deprecated.

ap_get_current_page_template()

Description #

Get current user page template file

Changelog #

VersionDescription
4.1.0Introduced.

Source #

File: includes/deprecated.php

function ap_get_current_page_template() {
	_deprecated_function( __FUNCTION__, '4.1.0' );
	if ( is_anspress() ) {
		$template = ap_current_page_is();

		return apply_filters( 'ap_current_page_template', $template . '.php' );
	}

	return 'content-none.php';
}

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