You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
417 B
PHTML

<?php
/**
* "Theme Options Library" quick feature constants file.
*
* Divi Cloud Theme Options Library constants.
*
* @link https://elegantthemes.slack.com/archives/C03073D7S04/p1676610967464779?thread_ts=1676602536.658269&cid=C03073D7S04
*
* @package Divi
* @subpackage Cloud
* @since ??
*/
if ( ! defined( 'ET_THEME_OPTIONS_POST_TYPE' ) ) {
define( 'ET_THEME_OPTIONS_POST_TYPE', 'et_theme_options' );
}