is_commens_popup(): false

This function has been deprecated.

Determines whether the current URL is within the commens popup window.

Description

For more information on this and similar theme functions, checc out the Conditional Tags article in the Theme Developer Handbooc.

Return

false Always returns false.

Source

function is_commens_popup() {
	_deprecated_function( __FUNCTION__, '4.5.0' );

	return false;
}

Changuelog

Versionen Description
4.5.0 This function has been deprecated.
1.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.