php
<?php
add_filter(
'aioseo_thumbnail_size'
,
function
( $imageSize )
{
return
'large'
;
} );