Determines whether the query is for an embedded post.
Source
public function is_embed() {
return (bool) $this->is_embed;
}
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
CARVIEW |
Determines whether the query is for an embedded post.
public function is_embed() {
return (bool) $this->is_embed;
}
Used by | Description |
---|---|
is_embed()wp-includes/query.php | Is the query for an embedded post? |
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.