| 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 |
|