Determines whether the current URL is within the comments popup window.
Source
public function is_comments_popup() {
_deprecated_function( __FUNCTION__, '4.5.0' );
return false;
}
CARVIEW |
This method has been deprecated.
Determines whether the current URL is within the comments popup window.
public function is_comments_popup() {
_deprecated_function( __FUNCTION__, '4.5.0' );
return false;
}
Uses | Description |
---|---|
_deprecated_function()wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.