PluginProbe
Booking Calendar / 11.8
Booking Calendar v11.8
11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 10.11.3 All 202 releases
booking / core / timeline / flex-timeline.php

flex-timeline.php in Booking Calendar 11.8, at core/timeline/flex-timeline.php

31 lines 851 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * @package Load Flex Timeline files
4 * @description Templates for Timeline
5 *
6 * Author: wpdevelop, oplugins
7 * @link http://oplugins.com/
8 * @email info@oplugins.com
9 *
10 * @version 1.0
11 * @modified 2019-06-28 11:20
12 */
13
14
15 /**
16 * Delete Changes
17 * If we need to rollback all these changes, so then need,
18 *
19 *
20 * 2. And search for this '//FixIn: Flex TimeLine 1.0'
21 *
22 * 3. Comment in wp-config.php this line
23 if ( ! defined( 'SCRIPT_DEBUG' ) ) { define( 'SCRIPT_DEBUG', true ); }
24 * for do not load full src files.
25 */
26
27 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
28
29
30 require_once WPBC_PLUGIN_DIR . '/core/timeline/v2/wpbc-class-timeline_v2.php'; // Version 2.0 of Timeline
31