umbertone
Forum Replies Created
-
There’s an issue with the plugin itself
Rename the following file:
wp-content/plugins/wp-quiz/vendor/cmb2/cmb2/includes/CMB2_hookup.php
to
wp-content/plugins/wp-quiz/vendor/cmb2/cmb2/includes/CMB2_Hookup.php
and it will work fine. For Windows it doesn’t matter (thus it may work on localhost), for Linux servers these are different files.
Forum: Plugins
In reply to: [Best Quiz Plugin for WordPress: WP Quiz] It doesn’t work in wp 5.9.3Apparently the issue is not with the WP core but with the plugin itself
Rename the following file:
wp-content/plugins/wp-quiz/vendor/cmb2/cmb2/includes/CMB2_hookup.php
to
wp-content/plugins/wp-quiz/vendor/cmb2/cmb2/includes/CMB2_Hookup.php
and it will work fine. For Windows it doesn’t matter (thus it may work on localhost), for Linux servers these are different files.
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Tracking code added hookSo, there’s no plugin-specific hook that I can use, right? 🙂
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Tracking code added hookI’ll create the function myself, that’s no problem. I’m just trying to understand if there’s a hook in your plugin that’s fired after the tracking is added to the order. If not, I’ll just use ‘updated_post_meta’ with some conditional checks.
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Tracking code added hookSorry, maybe my message wasn’t clear. My fulfillment warehouse is already using REST API to upload tracking #s into orders and it works nicely. What I need to do is execute a custom function when that happens. So I need a hook, they don’t mark order as Shipped, so I can’t use ‘woocommerce_order_status_changed’. The question is whether your plugin has any custom hooks I can use.