is_post_embeddable
is_post_embeddable
Appears in: wordpress-6.8, wordpress-6.8.1, wordpress-6.8.2, wordpress-6.8.3, wordpress-6.9, wordpress-6.9.1, wordpress-6.9.2, wordpress-6.9.3, wordpress-6.9.4
Hook Type: filter
Displaying hooks found in version: wordpress-6.9.4apply_filters('is_post_embeddable') is found 1 times:
- /wp-includes/post.php line 2552
* * @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 the