diff --git a/src/mantle/assets/class-asset.php b/src/mantle/assets/class-asset.php index 30994e862..d1779af97 100644 --- a/src/mantle/assets/class-asset.php +++ b/src/mantle/assets/class-asset.php @@ -256,6 +256,7 @@ public function media( string $media = '' ): Asset { */ public function register(): void { hook_callable( 'wp_enqueue_scripts', fn () => $this->register_asset() ); + hook_callable( 'admin_enqueue_scripts', fn () => $this->register_asset() ); } /**