From c70d61736a41755f967ffd2a1e2ba703f478ae50 Mon Sep 17 00:00:00 2001 From: Andrew Cockrell <1480054+acockrell@users.noreply.github.com> Date: Sat, 20 Jun 2026 20:10:19 -0700 Subject: [PATCH] fix(frontend): stop appending plugin version to external Google CSE URL --- gpse/includes/class-wp-gpse-frontend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpse/includes/class-wp-gpse-frontend.php b/gpse/includes/class-wp-gpse-frontend.php index 976c24d..c0a8246 100644 --- a/gpse/includes/class-wp-gpse-frontend.php +++ b/gpse/includes/class-wp-gpse-frontend.php @@ -84,7 +84,7 @@ public function enqueue_google_script() { 'google-cse', 'https://cse.google.com/cse.js?cx=' . esc_attr( $cx_id ), array(), - GPSE_VERSION, + null, array( 'strategy' => 'defer', 'in_footer' => true ) ); }