Changeset 2853658
- Timestamp:
- 01/24/2023 03:09:29 PM (3 years ago)
- Location:
- product-testimonial/trunk
- Files:
-
- 3 edited
-
inc/functions.php (modified) (1 diff)
-
product-testimonial.php (modified) (4 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-testimonial/trunk/inc/functions.php
r2785480 r2853658 60 60 <label for=""><?php echo esc_attr(__('Rating Color:')); ?></label> 61 61 <input type="color" name="rating_color" value="<?php echo esc_attr($get_rating_color_option); ?>" class="rating-color" placeholder="Rating Color"> 62 63 62 </div> 64 63 <div class="paste-new-forms"></div> 65 64 <!-- <input type="submit" value="<?php _e('Save Change', 'pt'); ?>"> --> 66 65 <?php 67 submit_button(); 68 ?>66 submit_button();?> 67 <div class="successMessage" style="display:none;"><font color="green"><b>Your colors change successfully.:)</b></font></div> 69 68 </form> 70 69 </div> -
product-testimonial/trunk/product-testimonial.php
r2785480 r2853658 4 4 Plugin URI: https://wordpress.org/plugins/custom-wordpress-testimonial/ 5 5 Description: WP Product Testimonial 6 Version: 0.1. 16 Version: 0.1.2 7 7 Author: Sadekur Rahman 8 8 Author URI: … … 10 10 Text Domain: cwpt 11 11 */ 12 ob_start();13 session_start();14 15 12 define('cwpt_plugin_directory_path', plugin_dir_path(__FILE__)); 16 13 /* … … 123 120 * 124 121 */ 125 function cwpt_loop() { ?> 122 function cwpt_loop() { 123 ob_start(); 124 //session_start(); 125 ?> 126 126 <div id="testimonial-slider" class="owl-carousel"> 127 127 <?php … … 187 187 </div> 188 188 <?php 189 } 190 /*Use Shortcode for main content*/ 189 $ends = ob_get_clean(); 190 return $ends; 191 } 191 192 add_shortcode("WPTCODE", "cwpt_loop"); 192 193 /* -
product-testimonial/trunk/readme.txt
r2817126 r2853658 5 5 Tested up to: 6.0 6 6 Requires PHP: 5.6 7 Stable tag: 0.1. 17 Stable tag: 0.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 19 19 20 20 == Video Tutorial == 21 https://youtu.be/QcR-mlVSlO8 21 Include Soon! 22 22 23 23 == You can changes settings == … … 82 82 = 0.1.2= 83 83 84 * Add Documentation 84 * Add Setting Pages Successful message 85 * Coding Errors fixing 85 86 86 87 == Upgrade notice ==
Note: See TracChangeset
for help on using the changeset viewer.