Plugin Directory

Changeset 3325619


Ignore:
Timestamp:
07/10/2025 12:23:43 PM (9 months ago)
Author:
kouroshweb
Message:

Updated to version 1.8.9.82

Location:
reality-shop-3d/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • reality-shop-3d/trunk/RealityShop3D.php

    r3304291 r3325619  
    44Plugin URI: https://en.kouroshweb.com/
    55Description: Reality shop is a free 3D WordPress plugin for Elementor and WooCommerce fully compatible, Lightweight and high-performance settings.
    6 Version: 1.8.9.81
     6Version: 1.8.9.82
    77Author: kouroshweb
    88Author URI: https://en.kouroshweb.com/
     
    132132}
    133133
    134 if(class_exists('WooCommerce')){
    135     // اتصال فایل متاباکس محصولات
    136     if(is_plugin_active('Reality_shop_try_on_lenz/Reality_shop_try_on_lenz.php')){
    137         require_once plugin_dir_path(__FILE__) . '/assets/php/products/product-metabox-lenz.php';
    138     }
    139     if(is_plugin_active('Reality_shop_try_on_clothes/Reality_shop_try_on_clothes.php')){
    140         require_once plugin_dir_path(__FILE__) . '/assets/php/products/product-metabox-clothes.php';
    141     }
    142     require_once plugin_dir_path(__FILE__) . '/assets/php/products/product-metabox.php';
    143 }
     134add_action('plugins_loaded', function() {
     135    if (class_exists('WooCommerce')) {
     136        // حالا مطمئنیم ووکامرس لود شده
     137
     138        // اگر افزونه‌های دیگر try-on فعال بودن، لودشون کن
     139        if (is_plugin_active('Reality_shop_try_on_lenz/Reality_shop_try_on_lenz.php')) {
     140            require_once plugin_dir_path(__FILE__) . 'assets/php/products/product-metabox-lenz.php';
     141        }
     142
     143        if (is_plugin_active('Reality_shop_try_on_clothes/Reality_shop_try_on_clothes.php')) {
     144            require_once plugin_dir_path(__FILE__) . 'assets/php/products/product-metabox-clothes.php';
     145        }
     146
     147        // لود متاباکس اصلی
     148        require_once plugin_dir_path(__FILE__) . 'assets/php/products/product-metabox.php';
     149    }
     150});
    144151
    145152// ثبت ویجت GLB Shortcode در المنتور
  • reality-shop-3d/trunk/readme.txt

    r3304291 r3325619  
    66Requires at least: 5.5
    77Tested up to: 6.7
    8 Stable tag: 1.8.9.81
     8Stable tag: 1.8.9.82
    99Requires PHP: 7.4
    1010License: GPL-3.0+
Note: See TracChangeset for help on using the changeset viewer.