ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-13 03:27:02
Editing: init.php
Cancel
Save Changes
<?php /** * Load Elegant Themes Core. * * @package Core */ // Stop here if the Core was already loaded. if ( defined( 'ET_CORE' ) ) { return; } define( 'ET_CORE', true ); if ( ! function_exists( 'et_core_setup' ) ) : /** * Setup Core. * * @since 1.0.0 * * @param string $url Url used to load the Core assets. * * @return bool Always return true. */ function et_core_setup( $url ) { if ( ! defined( 'ET_CORE_PATH' ) ) { define( 'ET_CORE_PATH', trailingslashit( dirname( __FILE__ ) ) ); } if ( ! defined( 'ET_CORE_URL' ) ) { define( 'ET_CORE_URL', trailingslashit( $url ) . 'core/' ); } if ( ! defined( 'ET_CORE_TEXTDOMAIN' ) ) { define( 'ET_CORE_TEXTDOMAIN', 'et-core' ); } load_theme_textdomain( 'et-core', ET_CORE_PATH . 'languages/' ); require_once( ET_CORE_PATH . 'components.php' ); require_once( ET_CORE_PATH . 'functions.php' ); require_once( ET_CORE_PATH . 'updates_init.php' ); if ( is_admin() ) { require_once( ET_CORE_PATH . 'admin/includes/assets.php' ); } } endif;
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete