Filter whether a post is embeddable.
$is_embeddablebool$postWP_Postwp-includes/post.php:2547is_post_embeddable() * * @since 6.8.0 * * @param bool $is_embeddable Whether the post is embeddable. * @param WP_Post $post Post object. */ return apply_filters( 'is_post_embeddable', $is_embeddable, $post );} /** * Retrieves an array of the latest posts, or posts matching the given criteria. * * For more information on the accepted arguments, see theIntroduced in 6.8.0. Unchanged from 6.8.8 through 7.1.0.
Signature, return type and hooks compared across 4 parsed releases.