Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | public function run() |
||
13 | { |
||
14 | $this->hook(MetaboxController::class, [ |
||
15 | ['filterFieldOrder', 'site-reviews/config/forms/metabox-fields', 11], |
||
16 | ['registerMetaBoxes', "add_meta_boxes_{$this->type}"], |
||
17 | ['removeMetaBoxes', 'do_meta_boxes'], |
||
18 | ['renderPinnedInPublishMetaBox', 'post_submitbox_misc_actions'], |
||
19 | ]); |
||
22 |