wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



is_comments_popup › WordPress Function

Depuis1.5.0
Dépréciée4.5.0
is_comments_popup ( Pas de paramètres )
Retourne:
  • (false) Always returns false.
Défini(e) dans:
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.


Source

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

	return false;
}