wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



is_comments_popup › WordPress Function

Da1.5.0
Deprecato4.5.0
is_comments_popup ( Nessun parametro )
Ritorna:
  • (false) Always returns false.
Definito a:
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.


Sorgenti

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

	return false;
}