PluginProbe
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar / 2.1.21
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar v2.1.21
2.1.21 2.1.20 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 trunk 1.1 2.0 2.0.1 2.0.10.2 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.18 2.0.2 2.0.20 2.0.21 2.0.22 All 55 releases
← All changes | core/wpbm-include.php +2 -2 2.0.22.1.21 View file →
@@ -4,9 +4,9 @@
4 4 * @subpackage Files Loading
5 5 * @category Items
6 6 *
7 7 * @author wpdevelop
8 - * @link http://oplugins.com/
8 + * @link https://oplugins.com/
9 9 * @email info@oplugins.com
10 10 *
11 11 * @modified 29.09.2015
12 12 */
@@ -65,9 +65,9 @@
65 65 // require_once( WPBM_PLUGIN_DIR . '/core/admin/exmpl-page-files-add.php' ); // Get Upload functionality from this file for uploading .ICS file
66 66 require_once( WPBM_PLUGIN_DIR . '/core/admin/page-settings.php' ); // Settings page
67 67 require_once( WPBM_PLUGIN_DIR . '/core/admin/api-settings.php' ); // Settings API
68 68 require_once( WPBM_PLUGIN_DIR . '/core/admin/page-settings-listing.php' ); // Settings > Listing page
69 - require_once WPBM_PLUGIN_DIR . '/core/admin/wpbm-toolbar-tiny.php'; // Tiny Toolbar - insert shortcodes
69 +
70 70 //-----------------------------------------------------------------------------------------
71 71 }
72 72 /////////////////////////////////////////////////////////////////////////////////
73 73 require_once( WPBM_PLUGIN_DIR . '/core/any/activation.php' );