| Server IP : 219.234.31.115 / Your IP : 216.73.217.134 Web Server : Apache System : Linux ebs-140924 5.10.0-30-amd64 #1 SMP Debian 5.10.218-1 (2024-06-01) x86_64 User : vndaystarftp ( 67432) PHP Version : 7.3.33 Disable Function : link,symlink,passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server,pcntl_fork,pcntl_rfork MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/wwwroot/vndaystarftp/wwwroot/wp-content/plugins/auxin-elements/includes/ |
Upload File : |
<?php
// no direct access allowed
if ( ! defined('ABSPATH') ) {
die();
}
// theme name
if( ! defined( 'THEME_NAME' ) ){
$theme_data = wp_get_theme();
define( 'THEME_NAME', $theme_data->Name );
}
define( 'AUXELS_VERSION' , '2.8.6' );
define( 'AUXELS_SLUG' , 'auxin-elements' );
define( 'AUXELS_PURCHASE_KEY' , 'envato_purchase_code_3909293' );
define( 'AUXELS_DIR' , dirname( plugin_dir_path( __FILE__ ) ) );
define( 'AUXELS_URL' , plugins_url( '', plugin_dir_path( __FILE__ ) ) );
define( 'AUXELS_BASE_NAME' , plugin_basename( AUXELS_DIR ) . '/auxin-elements.php' ); // auxin-elements/auxin-elements.php
define( 'AUXELS_ADMIN_DIR' , AUXELS_DIR . '/admin' );
define( 'AUXELS_ADMIN_URL' , AUXELS_URL . '/admin' );
define( 'AUXELS_INC_DIR' , AUXELS_DIR . '/includes' );
define( 'AUXELS_INC_URL' , AUXELS_URL . '/includes' );
define( 'AUXELS_PUB_DIR' , AUXELS_DIR . '/public' );
define( 'AUXELS_PUB_URL' , AUXELS_URL . '/public' );