• Resolved jackomar

    (@jackomar)


    Hello,

    I used this filter to change the image size but it is not working:
    add_filter( ‘aioseop_attachment_size’, ‘change_aioseop_aioseop_attachment_size_size’ , 10, 1);

    function change_aioseop_aioseop_attachment_size_size( $size ){
    return ‘medium’;
    }

    Could you please advice if I using the correct filter.

    Thanks

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Image size for sharing on social media’ is closed to new replies.