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



wp_get_original_image_url › WordPress Filter Hooks

Seit5.3.0
Veraltetn/v
apply_filters( 'wp_get_original_image_url', $original_image_url, $attachment_id )
Parameter: (2)
  • () original_image_url URL to original image.
    Erforderlich: Ja
  • () attachment_id Attachment ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the URL to the original attachment image.





Quellcode

return apply_filters( 'wp_get_original_image_url', $original_image_url, $attachment_id );