| 1 | <?php |
||
| 21 | class Wordlift_WpRocket_Adapter { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Create a {@link Wordlift_WpRocket_Adapter} instance. |
||
| 25 | * |
||
| 26 | * @since 3.19.4 |
||
| 27 | */ |
||
| 28 | public function __construct() { |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Hook to `rocket_exclude_defer_js` filter. |
||
| 36 | * |
||
| 37 | * @since 3.19.4 |
||
| 38 | * |
||
| 39 | * @param array $excluded_files The preset excluded files. |
||
| 40 | * |
||
| 41 | * @return array The updated excluded files array. |
||
| 42 | */ |
||
| 43 | public function exclude_defer_js( $excluded_files = array() ) { |
||
| 48 | |||
| 49 | } |
||
| 50 |