wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



is_comments_popup › WordPress Function

Desde1.5.0
Obsoleto4.5.0
is_comments_popup ( Sem parâmetros )
Retorna:
  • (false) Always returns false.
Definido em:
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.


Fonte

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

	return false;
}