Changeset 2593404
- Timestamp:
- 09/03/2021 07:24:50 PM (5 years ago)
- Location:
- recommend
- Files:
-
- 2 edited
-
tags/0.5/README.txt (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
recommend/tags/0.5/README.txt
r2593403 r2593404 4 4 Donate link: https://paypal.me/mattlitzinger 5 5 Requires at least: 4.7 6 Tested up to: 5. 86 Tested up to: 5.7 7 7 Requires PHP: 7.0 8 8 Stable tag: 0.6 -
recommend/trunk/README.txt
r2542128 r2593404 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.1 … … 27 27 If you'd rather display the like count in your template files, use the below code: 28 28 29 ``<?php if( function_exists('wp_recommend_show_likes') ) wp_recommend_show_likes(); ?> 29 <?php 30 if( function_exists('wp_recommend_show_likes') ) 31 wp_recommend_show_likes(); 32 ?> 30 33 31 34 == Shortcodes ==
Note: See TracChangeset
for help on using the changeset viewer.