Definition:
function is_preview() {}
Is the query for a post or page preview?
Source code
function is_preview() { return (bool) $this->is_preview; }
2167
Definition:
function is_preview() {}
function is_preview() { return (bool) $this->is_preview; }
2167
No comments yet... Be the first to leave a reply!