Changeset 2158248
- Timestamp:
- 09/18/2019 04:21:42 AM (7 years ago)
- Location:
- display-url-params
- Files:
-
- 4 edited
-
tags/1.0/readme.txt (modified) (1 diff)
-
tags/1.1/readme.txt (modified) (1 diff)
-
trunk/URLParams.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
display-url-params/tags/1.0/readme.txt
r2155937 r2158248 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 A simple shortcode t hat grabs any URL parameter from the Query String and displays it as dynamic content on pages, posts or even in forms.10 A simple shortcode to get URL parameters from the Query String and display them as dynamic content on pages, posts and forms. 11 11 12 12 == Description == -
display-url-params/tags/1.1/readme.txt
r2155937 r2158248 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 A simple shortcode t hat grabs any URL parameter (Query variable) from the Query String and displays it as dynamic content on pages, posts or even in forms.10 A simple shortcode to get URL parameters from the Query String and display them as dynamic content on pages, posts and forms. 11 11 12 12 == Description == -
display-url-params/trunk/URLParams.php
r2155936 r2158248 2 2 /* 3 3 Plugin Name: Display URL Params 4 Plugin URI: https://feel.com.au 4 Plugin URI: https://feel.com.au/plugins 5 5 Description: Use the [URLParam param='paramname'] shortcode to display GET parameters from the current URL in your pages and posts. 6 6 Author: Feel Creative -
display-url-params/trunk/readme.txt
r2158247 r2158248 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Create dynamic content on pages, posts and forms with a simple shortcode that displays any URL parameter from the Query String.10 A simple shortcode to get URL parameters from the Query String and display them as dynamic content on pages, posts and forms. 11 11 12 12 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.