| Total Complexity | 5 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types = 1); |
||
| 6 | trait Assets { |
||
| 7 | |||
| 8 | /** @param array<string> $dependencies */ |
||
| 9 | public function enqueue_style( |
||
| 17 | } |
||
| 18 | |||
| 19 | /** @param array<string> $dependencies */ |
||
| 20 | public function enqueue_script( |
||
| 28 | } |
||
| 29 | |||
| 30 | /** @return int|bool */ |
||
| 31 | protected function generate_file_version( string $file_path ) { |
||
| 42 |