-
Notifications
You must be signed in to change notification settings - Fork 4
wpt_upload_image_size
github-actions[bot] edited this page Jun 14, 2026
·
1 revision
Filter the uploaded image size.
add_filter(
'wpt_upload_image_size',
function( string ) {
// Your code here.
return string;
}
);-
string$size Name of size targeted for upload. Default 'large' if exists. Other variable names:$size
string
apply_filters( 'wpt_upload_image_size', $size )