You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2022. It is now read-only.
Remove the double plugin activation hook and write a regression test for it.
Previously, wc_custom_order_table_install() — which is called via register_activation_hook() — was then calling register_activation_hook() a second time, preventing the WC_Custom_Order_Table_Install::activate() method from ever firing on plugin activation.
Fixes#5, closes#7.
0 commit comments