Filter hook 'post_embed_url'

in WP Core File wp-includes/embed.php at line 429

Description

Filters the URL to embed a specific post.

Occurrences

Filename Line Number
wp-includes/embed.php 429

Parameters

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

PHP Doc

/**
	 * 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.
	 */