17 lines
		
	
	
		
			417 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			417 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?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' );
 | 
						|
}
 |