Changeset 1907108
- Timestamp:
- 07/10/2018 01:17:28 PM (8 years ago)
- Location:
- fg-testimonials/trunk
- Files:
-
- 2 edited
-
include/fg-setting/fg-settings.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fg-testimonials/trunk/include/fg-setting/fg-settings.php
r1906828 r1907108 30 30 function fgts_display_shortcode(){ ?> 31 31 32 <input type="text" name="fgts_shortcode_field" id="fgts_shortcode_field" value="<?php echo esc_html(' fgts_testimonial_srtcode' ); ?>" readonly="readonly" />32 <input type="text" name="fgts_shortcode_field" id="fgts_shortcode_field" value="<?php echo esc_html('[fgts_testimonial_srtcode]' ); ?>" readonly="readonly" /> 33 33 <?php 34 34 -
fg-testimonials/trunk/readme.txt
r1906831 r1907108 2 2 Plugin Name: FG Testimonials 3 3 Description: FG Testimonials 4 Version: 1.0 4 Version: 1.0.0 5 5 Author: FuduGo 6 6 Author URI: http://fudugo.com/ 7 7 Text Domain: fg-testimonials 8 Tags: testimonial , fg testimonial8 Tags: testimonials, fg testimonials, client carousel, carousel client. 9 9 Requires at least: 3.0.1 10 10 Tested up to: 4.9.7 11 Contributors: priyankawp, pravind, surajwork0126, hariskhanwp 11 12 License: GPLv3 or later 12 13 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 57 58 * Testimonials, when used effectively, are a great tool to increase conversions rates on your website! 58 59 60 = Shortcode = 61 62 Use shortcode into a Page or Post 63 * [fgts_testimonial_srtcode] 64 65 == Screenshots == 66 67 1. Settings - Admin Interface 68 2. The list of Testimonials, from here you can edit or delete a Testimonials. 69 3. Add testimonial details. 59 70 60 71 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.