PHP 8.0.30
Preview: woolentor_addons_elementor.php Size: 1.63 KB
/home/certprox/template.certproxywizard.com/wp-content/plugins/woolentor-addons/woolentor_addons_elementor.php

<?php
/**
 * Plugin Name: ShopLentor – All-in-One WooCommerce Growth & Store Enhancement Plugin
 * Description: An all-in-one WooCommerce solution to create a beautiful WooCommerce store.
 * Plugin URI:  https://woolentor.com/
 * Version:     3.4.2
 * Author:      HasThemes
 * Author URI:  https://hasthemes.com/plugins/woolentor-pro/
 * License:     GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
 * Text Domain: woolentor
 * Domain Path: /languages
 * WC tested up to: 10.8.1
 * Elementor tested up to: 4.1.1
 * Elementor Pro tested up to: 4.1.0
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly


define( 'WOOLENTOR_VERSION', '3.4.2' );
define( 'WOOLENTOR_ADDONS_PL_ROOT', __FILE__ );
define( 'WOOLENTOR_ADDONS_PL_URL', plugins_url( '/', WOOLENTOR_ADDONS_PL_ROOT ) );
define( 'WOOLENTOR_ADDONS_PL_PATH', plugin_dir_path( WOOLENTOR_ADDONS_PL_ROOT ) );
define( 'WOOLENTOR_ADDONS_DIR_URL', plugin_dir_url( WOOLENTOR_ADDONS_PL_ROOT ) );
define( 'WOOLENTOR_PLUGIN_BASE', plugin_basename( WOOLENTOR_ADDONS_PL_ROOT ) );
define( 'WOOLENTOR_TEMPLATE', trailingslashit( WOOLENTOR_ADDONS_PL_PATH . 'includes/templates' ) );

// Required File
require_once ( WOOLENTOR_ADDONS_PL_PATH.'includes/base.php' );
\WooLentor\woolentor();

/**
 * Gutenbarge Blocks
 */
require_once ( WOOLENTOR_ADDONS_PL_PATH.'woolentor-blocks/woolentor-blocks.php' );

// Compatible With WooCommerce Custom Order Tables
add_action( 'before_woocommerce_init', function() {
	if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) {
		\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
	}
} );

Directory Contents

Dirs: 7 × Files: 4

Name Size Perms Modified Actions
assets DIR
- drwxr-xr-x 2026-06-11 12:51:30
Edit Download
classes DIR
- drwxr-xr-x 2026-06-11 12:51:32
Edit Download
includes DIR
- drwxr-xr-x 2026-06-11 12:51:37
Edit Download
languages DIR
- drwxr-xr-x 2026-06-11 12:51:40
Edit Download
templates DIR
- drwxr-xr-x 2026-06-11 12:51:30
Edit Download
- drwxr-xr-x 2026-06-11 12:51:40
Edit Download
- drwxr-xr-x 2026-06-11 12:51:44
Edit Download
41 B lrw-r--r-- 2026-06-11 12:51:40
Edit Download
82.77 KB lrw-r--r-- 2026-06-11 12:51:40
Edit Download
1.63 KB lrw-r--r-- 2026-06-11 12:51:40
Edit Download
3.14 KB lrw-r--r-- 2026-06-11 12:51:44
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).