Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
31 | protected function links(): array |
||
32 | { |
||
33 | return [ |
||
34 | 'adjacent_posts' => ['adjacent_posts_rel_link_wp_head'], |
||
35 | 'canonical' => ['rel_canonical'], |
||
36 | 'generator' => ['wp_generator'], |
||
37 | 'rsd' => ['rsd_link'], |
||
38 | 'shortlink' => ['wp_shortlink_wp_head'], |
||
39 | 'wlwmanifest' => ['wlwmanifest_link'], |
||
40 | ]; |
||
48 |