get_comments_popup_template

Definition:
function get_comments_popup_template() {}

Retrieve path of comment popup template in current or parent template.
Checks for comment popup template in current template, if it exists or in the parent template.

Source code

function get_comments_popup_template() {

	$template = get_query_template( 'comments_popup', array( 'comments-popup.php' ) );



	// Backward compat code will be removed in a future release

	if ('' == $template)

		$template = ABSPATH . WPINC . '/theme-compat/comments-popup.php';



	return $template;

}

1288

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: