wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



post_embed_url › WordPress Filter Hooks

Da4.4.0
Deprecaton/a
apply_filters( 'post_embed_url', $embed_url, $post )
Parametri: (2)
  • (string) $embed_url The post embed URL.
    Richiesto:
  • (WP_Post) $post The corresponding post object.
    Richiesto:
Definito a:
Codex:

Filters the URL to embed a specific post.





Sorgenti

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