apply_filters( ‘is_post_embeddable’, bool $is_embeddable, WP_Post $post )

In this article

Filter whether a post is embeddable.

Parameters

$is_embeddablebool
Whether the post is embeddable.
$postWP_Post
Post object.

Source

return apply_filters( 'is_post_embeddable', $is_embeddable, $post );

Changelog

VersionDescription
6.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.