diff --git a/inc/Admin.php b/inc/Admin.php index d54dbd11e..0fb3de94c 100644 --- a/inc/Admin.php +++ b/inc/Admin.php @@ -151,7 +151,7 @@ public static function assets( $hook ) { \wp_register_script( 'bluehost-script', BLUEHOST_BUILD_URL . '/index.js', - array_merge( $asset['dependencies'] ), + array_merge( $asset['dependencies'], [ 'nfd-runtime' ] ), $asset['version'], true );