wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



post_embed_url › Les Filtres WordPress

Depuis4.4.0
Dépréciéen/a
apply_filters( 'post_embed_url', $embed_url, $post )
Paramètres: (2)
  • (string) $embed_url The post embed URL.
    Requis: Oui
  • (WP_Post) $post The corresponding post object.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the URL to embed a specific post.





Source

return sanitize_url( apply_filters( 'post_embed_url', $embed_url, $post ) );