wpseek.com
A WordPress-centric search engine for devs and theme authors



is_post_embeddable › WordPress Filter Hooks

Since6.8.0
Deprecatedn/a
apply_filters( 'is_post_embeddable', $is_embeddable, $post )
Parameters: (2)
  • () is_embeddable Whether the post is embeddable.
    Required: Yes
  • () post Post object.
    Required: Yes
Defined at:
Codex:

Filter whether a post is embeddable.





Source

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