Changeset 2800648
- Timestamp:
- 10/18/2022 02:12:02 PM (3 years ago)
- Location:
- booking-calendar-with-availability-management
- Files:
-
- 6 edited
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
trunk/idosellbooking.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
booking-calendar-with-availability-management/trunk/idosellbooking.php
r1543289 r2800648 60 60 add_filter('the_content', 'idoSellBookingContentPlugin'); 61 61 62 add_action('widgets_init', create_function('', 'return register_widget("idoSellBookingWidget");'));62 add_action('widgets_init', function() {return register_widget("idoSellBookingWidget");}); 63 63 64 add_action('widgets_init', create_function('', 'return register_widget("idoSellBookingSideButtonWidget");'));64 add_action('widgets_init', function() {return register_widget("idoSellBookingSideButtonWidget");}); 65 65 66 66 if (is_admin()) { -
booking-calendar-with-availability-management/trunk/readme.txt
r2536938 r2800648 3 3 Tags: booking calendar, reservation system, availability calendar, booking engine, online booking, hotel 4 4 Requires at least: 4.0 5 Tested up to: 5.66 Stable tag: 1. 15 Tested up to: 6.0 6 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.