Changeset 3117518
- Timestamp:
- 07/13/2024 01:43:22 PM (21 months ago)
- Location:
- clickmis/trunk
- Files:
-
- 2 edited
-
ClickPlugin.php (modified) (3 diffs)
-
README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
clickmis/trunk/ClickPlugin.php
r3026071 r3117518 3 3 /** 4 4 * @link https://clickmis.net/ 5 * @since 1.0. 45 * @since 1.0.5 6 6 * @package ClickPlugin 7 7 * … … 9 9 * Plugin URI: https://clickmis.net/ 10 10 * Description: اتصال و همگامسازی وب سایت فروش ووکامرس با حسابداری آنلاین کلیک 11 * Version: 1.0. 411 * Version: 1.0.5 12 12 * Author: ClickMis 13 13 * Author URI: https://clickmis.net/ … … 44 44 45 45 46 try {47 function ClickMisPlugin_my_woocommerce_rest_check_permissions($permission, $context, $object_id, $post_type)48 {49 return true;50 }51 add_filter('woocommerce_rest_check_permissions', 'ClickMisPlugin_my_woocommerce_rest_check_permissions', 90, 4);52 } catch (\Throwable $e) {53 }46 // try { 47 // function ClickMisPlugin_my_woocommerce_rest_check_permissions($permission, $context, $object_id, $post_type) 48 // { 49 // return true; 50 // } 51 // add_filter('woocommerce_rest_check_permissions', 'ClickMisPlugin_my_woocommerce_rest_check_permissions', 90, 4); 52 // } catch (\Throwable $e) { 53 // } 54 54 55 55 // Hook before calculate fees -
clickmis/trunk/README.txt
r3026071 r3117518 5 5 Tested up to: 6.1 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.