File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ public function __construct() {
2424 $ hcpp ->add_action ( 'priv_change_web_domain_proxy_tpl ' , [ $ this , 'priv_change_web_domain_proxy_tpl ' ] );
2525 $ hcpp ->add_action ( 'pre_delete_web_domain_backend ' , [ $ this , 'pre_delete_web_domain_backend ' ] );
2626 $ hcpp ->add_action ( 'priv_suspend_web_domain ' , [ $ this , 'priv_suspend_web_domain ' ] );
27- $ hcpp ->add_action ( 'priv_unsuspend_domain ' , [ $ this , 'priv_unsuspend_domain ' ] );
27+ $ hcpp ->add_action ( 'priv_unsuspend_web_domain ' , [ $ this , 'priv_unsuspend_domain ' ] ); // Bulk unsuspend domains only throws this event
28+ $ hcpp ->add_action ( 'priv_unsuspend_domain ' , [ $ this , 'priv_unsuspend_domain ' ] ); // Individually unsuspend domain only throws this event
2829 $ hcpp ->add_action ( 'hcpp_rebooted ' , [ $ this , 'hcpp_rebooted ' ] );
2930 $ hcpp ->add_action ( 'hcpp_runuser ' , [ $ this , 'hcpp_runuser ' ] );
3031 }
You can’t perform that action at this time.
0 commit comments