Changeset 1998907
- Timestamp:
- 12/20/2018 02:47:21 PM (7 years ago)
- File:
-
- 1 edited
-
wp-enable-webp/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-enable-webp/trunk/readme.txt
r1998903 r1998907 25 25 } 26 26 27 Use the function webpSupported() in template files to conditionally show WebP images. (it will return a boolean -- true or false) 27 Use the function webpSupported() in template files to conditionally show WebP images. 28 29 Example: 30 if (webpSupported()) : 31 WebP image here 32 else: 33 Image with other fallback format here 34 endif; 35 28 36 29 37 Major features in WP Enable WebP include:
Note: See TracChangeset
for help on using the changeset viewer.