wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



is_comments_popup › WordPress Function

Seit1.5.0
Veraltet4.5.0
is_comments_popup ( Keine Parameter )
Gibt zurück:
  • (false) Always returns false.
Definiert in:
Codex:

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

For more information on this and similar theme functions, check out the {@link Conditional Tags} article in the Theme Developer Handbook.


Quellcode

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

	return false;
}