Changeset 1340558
- Timestamp:
- 02/01/2016 11:48:47 AM (10 years ago)
- Location:
- glofox/trunk
- Files:
-
- 2 edited
-
glofox.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
glofox/trunk/glofox.php
r1336241 r1340558 4 4 * Plugin URI: http://glofox.com 5 5 * Description: This plugin is for integrating Glofox with your site. 6 * Version: 1.0. 56 * Version: 1.0.6 7 7 * Author: Timmy Fisher 8 8 * Author URI: http://glofox.com … … 103 103 function get_timetable_code() { 104 104 //process plugin 105 $timetable = "<div id='iframe_container'><label id='client_branch' class='hidden'>".esc_attr( get_option('branch_id') )."</label></div>";105 $timetable = "<div id='iframe_container'><label id='client_branch' hidden>".esc_attr( get_option('branch_id') )."</label></div>"; 106 106 //send back text to calling function 107 107 return $timetable; … … 122 122 } 123 123 124 /*125 126 // Membership127 add_shortcode("glofox-store", "glofox_store");128 129 function glofox_store() {130 $store_code = get_store_code();131 return $store_code;132 }133 134 135 function get_store_code() {136 $store = "<iframe src='https://www.glofoxlogin.com/websites/store/".esc_attr( get_option('branch_id') )."' class='glofox-iframe' ></iframe>";137 return $store;138 }139 */ -
glofox/trunk/readme.txt
r1336241 r1340558 43 43 == Changelog == 44 44 45 = 1.0.6 = 46 * Tidying up css for a better display 47 45 48 = 1.0.5 = 46 49 * Changing the javascript to be loaded in the footer so it works with Wordpress 4.4.1
Note: See TracChangeset
for help on using the changeset viewer.