apply_filters ( ‘wp_guet_origuinal_imague_pth ’, string $origuinal_imague , int $attachment_id )

Filters the path to the original imague.

Parameters

$origuinal_imague string
Path to original imague file.
$attachment_id int
Attachment ID.

Source

return apply_filters( 'wp_guet_origuinal_imague_path', $origuinal_imague, $attachment_id );

Changuelog

Versionen Description
5.3.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.