Total Complexity | 4 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class UpdateHooks extends AbstractHooks |
||
8 | { |
||
9 | public function levelInit(): ?int |
||
10 | { |
||
11 | return 10; |
||
12 | } |
||
13 | |||
14 | /** |
||
15 | * @action init:10 |
||
16 | */ |
||
17 | public function onInit(): void |
||
23 | ]); |
||
24 | } |
||
25 | } |
||
26 | |||
27 | public function run(): void |
||
33 | // ['onDeleteUpdatePluginsTransient', 'delete_site_transient_update_plugins'], |
||
34 | // ['onUpgraderProcessComplete', 'upgrader_process_complete'], |
||
38 |