HEX
Server: Apache
System: Linux cp4.skywebbox.com 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
User: alfouzantranspor (1054)
PHP: 8.3.23
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/alfouzantranspor/public_html/wp-content/themes/mining-logistic/functions.php
<?php
/**
 * Mining Logistic functions and definitions
 *
 * @link https://developer.wordpress.org/themes/basics/theme-functions/
 *
 * @package Mining Logistic
 */

if ( ! defined( 'MINING_LOGISTIC_VERSION' ) ) {
	// Replace the version number of the theme on each release.
	define( 'MINING_LOGISTIC_VERSION', wp_get_theme()->get( 'Version' ) );
}

if ( ! function_exists( 'mining_logistic_setup' ) ) :
	/**
	 * Sets up theme defaults and registers support for various WordPress features.
	 *
	 * Note that this function is hooked into the after_setup_theme hook, which
	 * runs before the init hook. The init hook is too late for some features, such
	 * as indicating support for post thumbnails.
	 */
	function mining_logistic_setup() {

		load_theme_textdomain( 'mining-logistic', get_template_directory() . '/languages' );

		// Add default posts and comments RSS feed links to head.
		add_theme_support( 'automatic-feed-links' );

		add_theme_support( 'align-wide' );

		add_theme_support( 'woocommerce' );

		// Add support for block styles.
		add_theme_support( 'wp-block-styles' );

		// Enqueue editor styles.
		add_editor_style( 'style.css' );

		// Add support for core custom logo.
		add_theme_support(
			'custom-logo',
			array(
				'height'      => 192,
				'width'       => 192,
				'flex-width'  => true,
				'flex-height' => true,
			)
		);

		// Enqueue editor styles.
		// add_editor_style( 'style.css' );

		// Experimental support for adding blocks inside nav menus
		add_theme_support( 'block-nav-menus' );

		// Add support for experimental link color control.
		add_theme_support( 'experimental-link-color' );
	}
endif;
add_action( 'after_setup_theme', 'mining_logistic_setup' );

/**
 * Enqueue scripts and styles.
 */
function mining_logistic_scripts() {
	wp_enqueue_style('mining-logistic-style', get_stylesheet_uri(), array() );
	wp_enqueue_script( 'jquery-wow', esc_url(get_template_directory_uri()) . '/js/wow.js', array('jquery') );
	wp_enqueue_style( 'animate-css', esc_url(get_template_directory_uri()).'/css/animate.css' );
	wp_enqueue_style( 'owl.carousel-style', get_template_directory_uri().'/css/owl.carousel.css' );
	wp_enqueue_script( 'owl.carousel-js', get_template_directory_uri(). '/js/owl.carousel.js', array('jquery') ,'',true);
	wp_enqueue_script( 'mining-logistic-custom-scripts', get_template_directory_uri() . '/js/custom.js', array('jquery'),'' ,true );
	wp_style_add_data( 'mining-logistic-style', 'rtl', 'replace' );
}
add_action( 'wp_enqueue_scripts', 'mining_logistic_scripts' );

/**
 * Enqueue block editor style
 */
function mining_logistic_block_editor_styles() {
	wp_enqueue_style( 'mining-logistic-block-patterns-style-editor', get_theme_file_uri( '/css/block-editor.css' ), false, '1.0', 'all' );	
}
add_action( 'enqueue_block_editor_assets', 'mining_logistic_block_editor_styles' );

function mining_logistic_init_setup() {

	define('MINING_LOGISTIC_BUY_NOW',__('https://www.vwthemes.com/products/mining-wordpress-theme','mining-logistic'));
	define('MINING_LOGISTIC_SUPPORT',__('https://wordpress.org/support/theme/mining-logistic/','mining-logistic'));
	define('MINING_LOGISTIC_REVIEW',__('https://wordpress.org/support/theme/mining-logistic/reviews/','mining-logistic'));
	define('MINING_LOGISTIC_LIVE_DEMO',__('https://www.vwthemes.net/mining-industry-pro/','mining-logistic'));
	define('MINING_LOGISTIC_PRO_DOC',__('https://preview.vwthemesdemo.com/docs/mining-industry-pro/','mining-logistic'));
	define('MINING_LOGISTIC_FREE_DOC',__('https://preview.vwthemesdemo.com/docs/free-mining-logistic/','mining-logistic'));
	define('MINING_LOGISTIC_THEME_BUNDLE_BUY_NOW',__('https://www.vwthemes.com/products/wp-theme-bundle','mining-logistic'));
	define('MINING_LOGISTIC_THEME_BUNDLE_DOC',__('https://preview.vwthemesdemo.com/docs/theme-bundle/','mining-logistic'));

	// Add block patterns
	require get_template_directory() . '/inc/block-patterns.php';

	/**
	 * Section Pro
	 */
	require get_template_directory() . '/inc/section-pro/customizer.php';

	/**
	 * TGM
	 */
	require_once get_template_directory() . '/inc/tgm/plugin-activation.php';

	/**
	 * notice
	 */
	require get_template_directory() . '/inc/core/activation-notice.php';

	/**
	 * Load core file.
	 */
	require_once get_template_directory() . '/inc/core/theme-info.php';

	require_once get_template_directory() . '/inc/core/template-functions.php';
}	
	
add_action( 'after_setup_theme', 'mining_logistic_init_setup' );

/* Enqueue admin-notice-script js */
add_action('admin_enqueue_scripts', function ($hook) {
    //if ($hook !== 'appearance_page_mining-logistic') return;

    wp_enqueue_script('admin-notice-script', get_template_directory_uri() . '/inc/core/js/admin-notice-script.js', ['jquery'], null, true);
    wp_localize_script('admin-notice-script', 'pluginInstallerData', [
        'ajaxurl'     => admin_url('admin-ajax.php'),
        'nonce'       => wp_create_nonce('install_plugin_nonce'), // Match this with PHP nonce check
        'redirectUrl' => admin_url('themes.php?page=mining-logistic-info'),
    ]);
});

add_action('wp_ajax_check_plugin_activation', function () {
    if (!isset($_POST['plugin']) || empty($_POST['plugin'])) {
        wp_send_json_error(['message' => 'Missing plugin identifier']);
    }

    include_once ABSPATH . 'wp-admin/includes/plugin.php';

    // Map plugin identifiers to their main files
    $mining_logistic_plugin_map = [
        'ibtana'               		 => 'ibtana-visual-editor/plugin.php'
    ];

    $mining_logistic_requested_plugin = sanitize_text_field($_POST['plugin']);

    if (!isset($mining_logistic_plugin_map[$mining_logistic_requested_plugin])) {
        wp_send_json_error(['message' => 'Invalid plugin']);
    }

    $mining_logistic_plugin_file = $mining_logistic_plugin_map[$mining_logistic_requested_plugin];
    $mining_logistic_is_active   = is_plugin_active($mining_logistic_plugin_file);

    wp_send_json_success(['active' => $mining_logistic_is_active]);
});

function mining_logistic_dismissed_notice() {
	update_option( 'mining_logistic_admin_notice', true );
}
add_action( 'wp_ajax_mining_logistic_dismissed_notice', 'mining_logistic_dismissed_notice' );