Changeset 2211560
- Timestamp:
- 12/13/2019 12:09:05 PM (6 years ago)
- Location:
- starrating-feedback-automatic/trunk
- Files:
-
- 3 edited
-
includes/class-starreviews-activator.php (modified) (2 diffs)
-
includes/class-starreviews-deactivator.php (modified) (1 diff)
-
readme.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
starrating-feedback-automatic/trunk/includes/class-starreviews-activator.php
r2209020 r2211560 16 16 * This class defines all code necessary to run during the plugin's activation. 17 17 * 18 * @since 1. 0.019 * @package Star reviews20 * @subpackage Star reviews/includes21 * @author TitleTap <TitleTap>18 * @since 1.2 19 * @package Star-Ratings 20 * @subpackage Star-Ratings/includes 21 * @author Feedbackautomatic 22 22 */ 23 23 class Starreviews_Activator { … … 28 28 * Long Description. 29 29 * 30 * @since 1. 0.030 * @since 1.2 31 31 */ 32 32 public static function activate() { -
starrating-feedback-automatic/trunk/includes/class-starreviews-deactivator.php
r2209020 r2211560 1 <?php 2 3 /** 4 * Fired during plugin deactivation 5 * 6 * @link feedbackautomatic.com 7 * @since 1.2 8 * 9 * @package Star-Ratings 10 * @subpackage Star-Ratings/includes 11 */ 12 13 /** 14 * Fired during plugin deactivation. 15 * 16 * This class defines all code necessary to run during the plugin's deactivation. 17 * 18 * @since 1.2 19 * @package Star-Ratings 20 * @subpackage Star-Ratings/includes 21 * @author Feedbackautomatic 22 */ 23 class Starreviews_Deactivator { 24 25 /** 26 * Short Description. (use period) 27 * 28 * Long Description. 29 * 30 * @since 1.2 31 */ 32 public static function deactivate() { 33 34 } 35 36 } -
starrating-feedback-automatic/trunk/readme.md
r2211514 r2211560 18 18 19 19 This plug-in helps you: 20 20 21 * Get more clicks from search engines by automatically showing your star ratings from Facebook and/or Yelp in the actual search results on the web pages of your choice. 21 22 * Build trust for website visitors by proudly displaying those same star ratings as badges prominently on your site using short codes. 22 23 23 24 Features: 25 24 26 * Integrate Facebook Reviews by simply pasting your Facebook URL 25 27 * Integrate Yelp Reviews by pasting your Yelp URL along with your free API key
Note: See TracChangeset
for help on using the changeset viewer.