Changeset 2155265
- Timestamp:
- 09/12/2019 05:27:06 AM (7 years ago)
- Location:
- display-url-params
- Files:
-
- 2 edited
-
tags/1.0/URLParams.php (modified) (1 diff)
-
trunk/URLParams.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
display-url-params/tags/1.0/URLParams.php
r2155202 r2155265 18 18 'param' => 'param', 19 19 ), $atts ) ); 20 return esc_attr(esc_ url(esc_html($_GET[$param])));20 return esc_attr(esc_html($_GET[$param])); 21 21 } 22 22 add_shortcode('URLParam', 'FeelDUP_Display'); -
display-url-params/trunk/URLParams.php
r2155202 r2155265 18 18 'param' => 'param', 19 19 ), $atts ) ); 20 return esc_attr(esc_ url(esc_html($_GET[$param])));20 return esc_attr(esc_html($_GET[$param])); 21 21 } 22 22 add_shortcode('URLParam', 'FeelDUP_Display');
Note: See TracChangeset
for help on using the changeset viewer.