wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



post_embed_url › Filtr WordPress Hooks

Od4.4.0
Przestarzałyn/a
apply_filters( 'post_embed_url', $embed_url, $post )
Parametry: (2)
  • (string) $embed_url The post embed URL.
    Wymagane: Tak
  • (WP_Post) $post The corresponding post object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the URL to embed a specific post.





Źródło

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