Filter whether a post is embeddable.
Parameters
$is_embeddable
bool- Whether the post is embeddable.
$post
WP_Post- Post object.
Source
return apply_filters( 'is_post_embeddable', $is_embeddable, $post );
Changelog
Version | Description |
---|---|
6.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.