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 ) ); }