Changeset 3380617
- Timestamp:
- 10/18/2025 06:20:41 PM (5 months ago)
- Location:
- mhr-post-ticker
- Files:
-
- 3 edited
-
tags/1.2/README.txt (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-mhr-post-ticker.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mhr-post-ticker/tags/1.2/README.txt
r3325180 r3380617 1 1 === Mhr Post Ticker === 2 2 3 Contributors: mdhadid3 Contributors: MhrTheme 4 4 Tested up to: 6.8 5 5 Requires PHP: 7.0 … … 19 19 Pro Version Available on Template Monster. You will get the extra features and more options in our premium version. 20 20 21 Buy Premium Version: [Click here](https://www.templatemonster.com/wordpress-plugins/ mhr-post-ticker-ticker-wordpress-plugin-98860.html/)21 Buy Premium Version: [Click here](https://www.templatemonster.com/wordpress-plugins/98860.html/) 22 22 23 23 == Installation == -
mhr-post-ticker/trunk/README.txt
r3325180 r3380617 1 1 === Mhr Post Ticker === 2 2 3 Contributors: mdhadid3 Contributors: MhrTheme 4 4 Tested up to: 6.8 5 5 Requires PHP: 7.0 … … 19 19 Pro Version Available on Template Monster. You will get the extra features and more options in our premium version. 20 20 21 Buy Premium Version: [Click here](https://www.templatemonster.com/wordpress-plugins/ mhr-post-ticker-ticker-wordpress-plugin-98860.html/)21 Buy Premium Version: [Click here](https://www.templatemonster.com/wordpress-plugins/98860.html/) 22 22 23 23 == Installation == -
mhr-post-ticker/trunk/includes/class-mhr-post-ticker.php
r3077808 r3380617 254 254 function general_function() { 255 255 echo wp_kses_post('<p>You may add or changes all your ticker options from here...</p>', 'mhr-post-ticker'); 256 echo wp_kses_post("<h2><a href='https:// www.templatemonster.com/wordpress-plugins/mhr-post-ticker-ticker-wordpress-plugin-98860.html' target='_blank'>Buy Premium Version</a></h2>", 'mhr-post-ticker');256 echo wp_kses_post("<h2><a href='https://templatemonster.com/wordpress-plugins/98860.html' target='_blank'>Buy Premium Version</a></h2>", 'mhr-post-ticker'); 257 257 } 258 258 … … 307 307 function color_function() { 308 308 echo wp_kses_post('<p>You may add or changes all your color options from here...</p>', 'mhr-post-ticker'); 309 echo wp_kses_post("<h2><a href='https:// www.templatemonster.com/wordpress-plugins/mhr-post-ticker-ticker-wordpress-plugin-98860.html' target='_blank'>Buy Premium Version</a></h2>", 'mhr-post-ticker');309 echo wp_kses_post("<h2><a href='https://templatemonster.com/wordpress-plugins/98860.html' target='_blank'>Buy Premium Version</a></h2>", 'mhr-post-ticker'); 310 310 } 311 311
Note: See TracChangeset
for help on using the changeset viewer.