Changeset 2593403
- Timestamp:
- 09/03/2021 07:19:33 PM (5 years ago)
- File:
-
- 1 edited
-
recommend/tags/0.5/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
recommend/tags/0.5/README.txt
r2542100 r2593403 4 4 Donate link: https://paypal.me/mattlitzinger 5 5 Requires at least: 4.7 6 Tested up to: 5. 76 Tested up to: 5.8 7 7 Requires PHP: 7.0 8 8 Stable tag: 0.6 … … 29 29 If you'd rather display the like count in your template files, use the below code: 30 30 ``` 31 <?php 32 if( function_exists('wp_recommend_show_likes') ) { 33 wp_recommend_show_likes(); 34 } 31 <?php 32 if( function_exists('wp_recommend_show_likes') ) { 33 wp_recommend_show_likes(); 34 } 35 35 ?> 36 36 ```
Note: See TracChangeset
for help on using the changeset viewer.