
|
Server : Apache System : Linux 182.49.167.72.host.secureserver.net 4.18.0-553.92.1.el8_10.x86_64 #1 SMP Wed Jan 14 06:31:58 EST 2026 x86_64 User : kikai ( 1014) PHP Version : 8.3.30 Disable Function : NONE Directory : /home/kikai/www/wp-content/themes/Divi/core/code-snippets/ |
Upload File : |
<?php
/**
* "Code Snippets" quick feature constants file.
*
* Divi Cloud Code Snippet constants.
*
* @link https://github.com/elegantthemes/Divi/issues/26232
*
* @package Divi
* @subpackage Cloud
* @since 4.19.0
*/
if ( ! defined( 'ET_CODE_SNIPPET_POST_TYPE' ) ) {
define( 'ET_CODE_SNIPPET_POST_TYPE', 'et_code_snippet' );
}
if ( ! defined( 'ET_CODE_SNIPPET_TAXONOMY_TYPE' ) ) {
define( 'ET_CODE_SNIPPET_TAXONOMY_TYPE', 'et_code_snippet_type' );
}