![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets.corals.io/wp-content/plugins/timeline-express-pro/ |
<?php /** * Plugin Constats * define constants used throughout Timeline Express * By Code Parrots * * @package Timeline_Express * @since 1.2 * @link http://www.codeparrots.com */ /** * Define the current version of Timeline Express */ if ( ! defined( 'TIMELINE_EXPRESS_VERSION_CURRENT' ) ) { define( 'TIMELINE_EXPRESS_VERSION_CURRENT', '2.4.0' ); } /** * Define the path to Timeline Express */ if ( ! defined( 'TIMELINE_EXPRESS_PATH' ) ) { define( 'TIMELINE_EXPRESS_PATH', plugin_dir_path( __FILE__ ) ); } /** * Define the URL of Timeline Express */ if ( ! defined( 'TIMELINE_EXPRESS_URL' ) ) { define( 'TIMELINE_EXPRESS_URL', plugins_url( 'timeline-express-pro/' ) ); } /** * Define the name of the option in the database */ if ( ! defined( 'TIMELINE_EXPRESS_OPTION' ) ) { define( 'TIMELINE_EXPRESS_OPTION', 'timeline_express_storage' ); } /** * Define Support/Update endpoint URLs for our Add-ons */ if ( ! defined( 'TIMELINE_EXPRESS_SITE_URL' ) ) { define( 'TIMELINE_EXPRESS_SITE_URL', 'https://www.wp-timelineexpress.com' ); }