apply_filters( 'post_embed_url', string $embed_url, WP_Post $post )

Filters the URL to embed a specific post.


Description Description


Parameters Parameters

$embed_url

(string) The post embed URL.

$post

(WP_Post) The corresponding post object.


Top ↑

Source Source

File: wp-includes/embed.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.