PNG instead of GIF not working in 1.82
-
Hi
In new version 1.82
function PNG instead of GIF is not workingI 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’ );
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.