'wp_logout' action is not firing when I enable the 'hide backend' feature
-
Hello,
I’ve recently discovered that when running your plugin, the ‘wp_logout’ action does not fire whenever I activate the ‘Hide Backend’ feature.
It looks like the reason this occurs is because the wp_logout function is overwritten in the plugin, and the
do_action('wp_logout');
is not called.I tested this with the latest version of the plugin (4.2.4) on WordPress 3.9.1.
The reason we noticed, is because the Woocommerce clear_cart function is no longer run, when you log out whenever the ‘Hide Backend’ feature is enabled.
Please let me know how this can be fixed, or when this will be fixed in the plugin.
Thanks
Rowan
- The topic ‘'wp_logout' action is not firing when I enable the 'hide backend' feature’ is closed to new replies.