is_post_embeddable
is_post_embeddable
Hook Type: filter
Displaying hooks found in version: wordpress-6.8.2apply_filters('is_post_embeddable') is found 1 times:
- /wp-includes/post.php line 2509
* * @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