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



wp_get_original_image_path › WordPress Filter Hooks

Seit5.3.0
Veraltetn/v
apply_filters( 'wp_get_original_image_path', $original_image, $attachment_id )
Parameter: (2)
  • () original_image Path to original image file.
    Erforderlich: Ja
  • () attachment_id Attachment ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the path to the original image.





Quellcode

return apply_filters( 'wp_get_original_image_path', $original_image, $attachment_id );