How To use PNG images instead of GIF images?
-
Hello!
Why is it not working?
How To use PNG images instead of GIF images?
The default image extension if ‘gif’, if you want to change it to ‘png’, you need to make use of the wp_postratings_image_extension filter as shown in the sample code below:function custom_rating_image_extension() { return 'png'; } add_filter( 'wp_postratings_image_extension', 'custom_rating_image_extension' );
How can I install the picture in the PNG format?
In order to update the plugin did not clobber
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘How To use PNG images instead of GIF images?’ is closed to new replies.