-
Notifications
You must be signed in to change notification settings - Fork 4
wpt_uploaded_image_alt
github-actions[bot] edited this page Jun 14, 2026
·
1 revision
Add alt attributes to uploaded images.
add_filter(
'wpt_uploaded_image_alt',
function(
string $alt_text,
int $attachment
) {
// Your code here.
return $alt_text;
},
10,
2
);-
string$alt_textText stored in media library as alt. -
int$attachmentAttachment ID.
string
apply_filters( 'wpt_uploaded_image_alt', $alt_text, $attachment )apply_filters( 'wpt_uploaded_image_alt', $alt_text, $attachment )apply_filters( 'wpt_uploaded_image_alt', $alt_text, $attachment )