| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| 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(EditorController::class, [ |
||
| 15 | ['filterEditorSettings', 'wp_editor_settings'], |
||
| 16 | ['filterEditorTextarea', 'the_editor'], |
||
| 17 | ['filterIsProtectedMeta', 'is_protected_meta', 10, 3], |
||
| 18 | ['filterUpdateMessages', 'post_updated_messages'], |
||
| 19 | ['mceShortcodeAjax', 'site-reviews/route/ajax/mce-shortcode'], |
||
| 20 | ['renderReviewNotice', 'edit_form_top'], |
||
| 21 | ]); |
||
| 24 |