| @@ -138,12 +138,11 @@ | ||
| 138 | 138 | $query = $this->query; |
| 139 | 139 | } |
| 140 | 140 | |
| 141 | 141 | $headers = [ |
| 142 | - 'Content-Type' => 'application/json', | |
| 143 | - 'x-templately-ip' => Helper::get_ip(), | |
| 144 | - 'x-templately-url' => home_url( '/' ), | |
| 145 | - 'x-templately-version' => TEMPLATELY_VERSION, | |
| 142 | + 'Content-Type' => 'application/json', | |
| 143 | + 'x-templately-ip' => Helper::get_ip(), | |
| 144 | + 'x-templately-url' => home_url( '/' ) | |
| 146 | 145 | ]; |
| 147 | 146 | |
| 148 | 147 | if ( ! empty( $args['headers'] ) ) { |
| 149 | 148 | $headers = wp_parse_args( $args['headers'], $headers ); |