Changeset 2483999
- Timestamp:
- 03/02/2021 03:28:06 AM (5 years ago)
- Location:
- showpass/trunk
- Files:
-
- 3 edited
-
js/showpass-custom.js (modified) (1 diff)
-
showpass-wordpress-plugin-shortcode.php (modified) (1 diff)
-
showpass-wordpress-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
showpass/trunk/js/showpass-custom.js
r2483951 r2483999 88 88 var params = { 89 89 'theme-primary': $(this).attr('data-color') || $('#option_widget_color').val(), 90 'keep-shopping': false 90 91 }; 91 92 -
showpass/trunk/showpass-wordpress-plugin-shortcode.php
r2483970 r2483999 933 933 $label = 'Get Tickets'; 934 934 } 935 $button = '<span data-org-id="'.$organization_id.'" class="showpass-button open-calendar-widget href="#">'.$label.'</span>'; 935 if (isset($atts['class'])) { 936 $class = $atts['class']; 937 } else { 938 $class = 'showpass-button'; 939 } 940 $button = '<span data-org-id="'.$organization_id.'" class="'.$class.' open-calendar-widget" href="#">'.$label.'</span>'; 936 941 return $button; 937 942 } else { -
showpass/trunk/showpass-wordpress-plugin.php
r2483951 r2483999 5 5 Description: List events, display event details and products. Use the Showpass purchase widget for on site ticket & product purchases all with easy to use shortcodes. See our git repo here for full documentation. https://github.com/showpass/showpass-wordpress-plugin 6 6 Author: Showpass / Up In Code Inc. 7 Version: 3.5. 47 Version: 3.5.5 8 8 Author URI: https://www.showpass.com 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.