There was an error while loading. Please reload this page.
1 parent 7296edb commit 5b114d3Copy full SHA for 5b114d3
1 file changed
src/Plugin/Assets.php
@@ -44,7 +44,7 @@ public function load_admin_styles( string $hook_suffix = '' ): void {
44
wp_register_style(
45
$this->core->get_name() . '_admin',
46
plugins_url( 'assets/css/admin-style.css', $this->core->get_file_path() ),
47
- false,
+ array(),
48
$this->core->get_version()
49
);
50
0 commit comments