Home / Admin / Output og:image that uses the Large Size Image
Duplicate Snippet

Embed Snippet on Your Site

Output og:image that uses the Large Size Image

This snippet can be used to output og:image that uses the large size image

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

Comments

Add a Comment