apply_filters( 'wpt_uploaded_image_alt', $alt_text, $attachment ) → {string}
Add alt attributes to uploaded images.
Parameters:
Name | Type | Description |
---|---|---|
$alt_text |
string | Text stored in media library as alt. |
$attachment |
int | Attachment ID. |
Returns:
- Type
- string