Conditions | 3 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
27 | public function dequeueJQueryMigrate($scripts) |
||
28 | { |
||
29 | if (!is_admin() && !empty($scripts->registered['jquery'])) { |
||
30 | $jquery_dependencies = $scripts->registered['jquery']->deps; |
||
31 | $scripts->registered['jquery']->deps = array_diff($jquery_dependencies, ['jquery-migrate']); |
||
32 | } |
||
33 | } |
||
34 | |||
41 |