diff --git a/inc/Services/Assets.php b/inc/Services/Assets.php index e46b7492..474af5bb 100644 --- a/inc/Services/Assets.php +++ b/inc/Services/Assets.php @@ -79,7 +79,7 @@ public function register_assets(): void { ); // Styles - wp_register_style( 'theme-style', get_stylesheet_uri(), [], $theme->get( 'Version' ) ); + wp_register_style( 'theme-style', get_stylesheet_uri(), [], $asset_data['version'] ); } /**