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



wp_get_attachment_url › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'wp_get_attachment_url', $url, $post->ID )
Parameter: (2)
  • () url URL for the given attachment.
    Erforderlich: Ja
  • () attachment_id Attachment post ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the attachment URL.





Quellcode

$url = apply_filters( 'wp_get_attachment_url', $url, $post->ID );