Definition:
function is_comments_popup() {}
Whether the current URL is within the comments popup window.
Source code
function is_comments_popup() {
return (bool) $this->is_comments_popup;
}
2105
Definition:
function is_comments_popup() {}
function is_comments_popup() {
return (bool) $this->is_comments_popup;
}
2105
No comments yet... Be the first to leave a reply!