WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about post_embed_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/embed.php apply_filters 429 /**
* Filters the URL to embed a specific post.
*
* @since 4.4.0
*
* @param string $embed_url The post embed URL.
* @param WP_Post $post The corresponding post object.
*/

Hook Parameters

Parameter Type Name Description
string $embed_url The post embed URL.
WP_Post $post The corresponding post object.