File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ public function __construct() {
24
24
$ hcpp ->add_action ( 'priv_change_web_domain_proxy_tpl ' , [ $ this , 'priv_change_web_domain_proxy_tpl ' ] );
25
25
$ hcpp ->add_action ( 'pre_delete_web_domain_backend ' , [ $ this , 'pre_delete_web_domain_backend ' ] );
26
26
$ 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
28
29
$ hcpp ->add_action ( 'hcpp_rebooted ' , [ $ this , 'hcpp_rebooted ' ] );
29
30
$ hcpp ->add_action ( 'hcpp_runuser ' , [ $ this , 'hcpp_runuser ' ] );
30
31
}
You can’t perform that action at this time.
0 commit comments