Skip to content

Commit

Permalink
fix #1436
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Sep 20, 2024
1 parent b6ed4f7 commit 5f1089b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Framework/Controller/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @package snow-monkey
* @author inc2734
* @license GPL-2.0+
* @version 25.4.10
* @version 27.2.0
*/

namespace Framework\Controller;
Expand Down Expand Up @@ -297,7 +297,9 @@ protected static function _request_license_validate( $license_key ) {
'user-agent' => 'WordPress/' . $wp_version,
'timeout' => 30,
'headers' => array(
'Accept-Encoding' => '',
'Accept-Encoding' => '',
'X-Snow-Monkey-Version' => wp_get_theme()->get( 'Version' ),
'X-Snow-Monkey-URL' => home_url(),
),
)
);
Expand Down

0 comments on commit 5f1089b

Please sign in to comment.