Changeset 3348618
- Timestamp:
- 08/22/2025 12:00:15 PM (7 months ago)
- Location:
- webtonative/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
webtonative/trunk/README.md
r3348609 r3348618 4 4 Requires at least: 2.0.2 5 5 Tested up to: 6.7.1 6 Stable tag: 2.9. 36 Stable tag: 2.9.4 7 7 License: GPLv2 or later 8 8 -
webtonative/trunk/admin/index.php
r3034141 r3348618 9 9 require_once __DIR__ . '/iap/index.php'; 10 10 require_once __DIR__ . '/push-notification/index.php'; 11 12 13 define("IS_WOOCOMMERCE_ACTIVE", in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins'))));14 11 15 12 class WebtonativePluginAdminHandler -
webtonative/trunk/index.php
r3348609 r3348618 3 3 Plugin Name: webtonative 4 4 Description: webtonative Plugin 5 Version: 2.9. 35 Version: 2.9.4 6 6 Author: webtonative 7 7 */ … … 17 17 } // Exit if accessed directly 18 18 19 define("IS_WOOCOMMERCE_ACTIVE", in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))); 19 20 define('PLUGIN_PATH', plugin_dir_path(__FILE__)); 20 21
Note: See TracChangeset
for help on using the changeset viewer.