# booking/10.10/core/timeline/flex-timeline.php

Booking Calendar, version 10.10. 31 lines.

- Page: https://pluginprobe.com/plugins/booking/10.10/code/core/timeline/flex-timeline.php
- Raw: https://pluginprobe.com/plugins/booking/10.10/raw/core/timeline/flex-timeline.php
- Modified: 2025-01-31T09:23:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/booking/10.10/code/core/timeline/flex-timeline.php#L10-L20`.

```php
<?php
/**
 * @package  Load Flex Timeline files
 * @description  Templates for Timeline
 *
 * Author: wpdevelop, oplugins
 * @link http://oplugins.com/
 * @email info@oplugins.com
 *
 * @version 1.0
 * @modified 2019-06-28 11:20
 */


/**
 * Delete Changes
 * If we need to  rollback  all  these changes,  so  then  need,
 *
 *
 * 2.   And search  for this '//FixIn: Flex TimeLine 1.0'
 *
 * 3.   Comment in wp-config.php this line
                                            if ( ! defined( 'SCRIPT_DEBUG' ) ) { define( 'SCRIPT_DEBUG', true ); }
 *      for do not load full src files.
 */

if ( ! defined( 'ABSPATH' ) ) exit;                                             // Exit if accessed directly


require_once( WPBC_PLUGIN_DIR . '/core/timeline/v2/wpbc-class-timeline_v2.php' );          // Version 2.0   of  Timeline

```
