Plugin Directory

Changeset 2593404


Ignore:
Timestamp:
09/03/2021 07:24:50 PM (5 years ago)
Author:
mattlitzinger
Message:

Updated README.txt

Location:
recommend
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • recommend/tags/0.5/README.txt

    r2593403 r2593404  
    44Donate link: https://paypal.me/mattlitzinger
    55Requires at least: 4.7
    6 Tested up to: 5.8
     6Tested up to: 5.7
    77Requires PHP: 7.0
    88Stable tag: 0.6
  • recommend/trunk/README.txt

    r2542128 r2593404  
    44Donate link: https://paypal.me/mattlitzinger
    55Requires at least: 4.7
    6 Tested up to: 5.7
     6Tested up to: 5.8
    77Requires PHP: 7.0
    88Stable tag: 0.6.1
     
    2727If you'd rather display the like count in your template files, use the below code: 
    2828
    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    ?> 
    3033
    3134== Shortcodes ==
Note: See TracChangeset for help on using the changeset viewer.