wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



post_embed_url › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'post_embed_url', $embed_url, $post )
Parameter: (2)
  • (string) $embed_url The post embed URL.
    Erforderlich: Ja
  • (WP_Post) $post The corresponding post object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the URL to embed a specific post.





Quellcode

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