Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
home
/
ophq1335
/
public_html
/
wp-content
/
themes
/
Divi
/
epanel
/
theme-options-library
/
/home/ophq1335/public_html/wp-content/themes/Divi/epanel/theme-options-library/theme-options.php
<?php /** * Theme options quick feature entry file. * * Divi Cloud Theme Options Library. * * @package Divi * @subpackage Epanel * @since ?? */ if ( ! defined( 'ET_THEME_OPTIONS_DIR' ) ) { define( 'ET_THEME_OPTIONS_DIR', get_template_directory() . '/epanel/theme-options-library/' ); } require_once trailingslashit( ET_THEME_OPTIONS_DIR ) . 'constants.php'; require_once trailingslashit( ET_THEME_OPTIONS_DIR ) . 'api.php'; if ( ! function_exists( 'et_init_theme_options_library' ) ) : /** * Init Theme Options Library. * * @return void */ function et_init_theme_options_library() { require_once trailingslashit( ET_THEME_OPTIONS_DIR ) . 'ThemeOptionsLibrary.php'; } endif; add_action( 'init', 'et_init_theme_options_library' );