diff --git a/includes/Runtime.php b/includes/Runtime.php index 6b7eef7..6312274 100644 --- a/includes/Runtime.php +++ b/includes/Runtime.php @@ -73,7 +73,7 @@ public function register_runtime() { $wp_version ); \wp_add_inline_script( - 'newfold_runtime', + 'nfd-runtime', 'window.NewfoldRuntime =' . wp_json_encode( $this->prepareRuntime( $this->container ) ) . ';', 'before' );