wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



is_comments_popup › WordPress Function

Od1.5.0
Przestarzały4.5.0
is_comments_popup ( Brak parametrów )
Powrót:
  • (false) Always returns false.
Zdefiniowane na:
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.


Źródło

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

	return false;
}