• Resolved god_western

    (@god_western)


    Hi

    In new version 1.82
    function PNG instead of GIF is not working

    I forced to downgrade previous version

    i copy this code to wp-postratings.php
    that’s enough?

    function custom_rating_image_extension() {
    return ‘png’;
    }
    add_filter( ‘wp_postratings_image_extension’, ‘custom_rating_image_extension’ );

    https://www.ads-software.com/plugins/wp-postratings/

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘PNG instead of GIF not working in 1.82’ is closed to new replies.