HEX
Server: Apache
System: Linux webm005.cluster114.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: epubdjye (129326)
PHP: 8.5.7
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/epubdjye/www17/wp-content/themes/hestia/vendor/codeinwp/ti-about-page/load.php
<?php
/**
 * Author:          Andrei Baicus <andrei@themeisle.com>
 * Created on:      10/09/2018
 *
 * @package ti-about-page
 */

if ( ! defined( 'ABSPATH' ) ) {
	return;
}
if ( ! class_exists( 'Ti_About_Page' ) ) {
	require_once 'class-ti-about-page.php';
}

if ( ! class_exists( 'Ti_About_Plugin_Helper' ) ) {
	require_once 'includes' . DIRECTORY_SEPARATOR . 'class-ti-about-plugin-helper.php';
}

if ( ! defined( 'TI_ABOUT_PAGE_DIR' ) ) {
	define( 'TI_ABOUT_PAGE_DIR', get_template_directory() . '/vendor/codeinwp/ti-about-page/' );
}

if ( ! defined( 'TI_ABOUT_PAGE_URL' ) ) {
	define( 'TI_ABOUT_PAGE_URL', get_template_directory_uri() . '/vendor/codeinwp/ti-about-page/' );
}
if ( ! defined( 'TI_ABOUT_PAGE_VERSION' ) ) {
	define( 'TI_ABOUT_PAGE_VERSION', '1.0.8' );
}