HEX
Server: Apache
System: Linux host62.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
User: skytechbd (1007)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/skytechbd/public_html/wp-content/plugins/auxin-portfolio/includes/define.php
<?php

// no direct access allowed
if ( ! defined('ABSPATH') ) {
    die();
}

//die( "MJ" );

// theme name
if( ! defined( 'THEME_NAME' ) ){
    $theme_data = wp_get_theme();
    define( 'THEME_NAME', $theme_data->Name );
}



define( 'AUXPFO_VERSION'        , '2.3.12' );

define( 'AUXPFO_SLUG'           , 'auxin-portfolio' );


define( 'AUXPFO_DIR'            , dirname( plugin_dir_path( __FILE__ ) ) );
define( 'AUXPFO_URL'            , plugins_url( '', plugin_dir_path( __FILE__ ) ) );
define( 'AUXPFO_BASE_NAME'      , plugin_basename( AUXPFO_DIR ) . '/auxin-portfolio.php' ); // auxin-portfolio/auxin-portfolio.php


define( 'AUXPFO_ADMIN_DIR'      , AUXPFO_DIR . '/admin' );
define( 'AUXPFO_ADMIN_URL'      , AUXPFO_URL . '/admin' );

define( 'AUXPFO_INC_DIR'        , AUXPFO_DIR . '/includes' );
define( 'AUXPFO_INC_URL'        , AUXPFO_URL . '/includes' );

define( 'AUXPFO_PUB_DIR'        , AUXPFO_DIR . '/public' );
define( 'AUXPFO_PUB_URL'        , AUXPFO_URL . '/public' );