PHP 8.1. compatiblity issue?
-
Query Monitor shows (latest update):
strpos(): Passing null to parameter #1 ($haystack) of type string is deprecatedwp-content/plugins/autoptimize/classes/autoptimizeExtra.php:118 public function filter_remove_qs( $src ) { if ( strpos( $src, '?ver=' ) ) { $src = remove_query_arg( 'ver', $src ); } elseif ( strpos( $src, '?v=' ) ) { $src = remove_query_arg( 'v', $src ); } return $src; }
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP 8.1. compatiblity issue?’ is closed to new replies.