You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated: addslashes(): Passing null to parameter #1 ($string) of type string is deprecated in sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-db.php on line 107
We noticed the following error:
sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-db.php
Lines 95 to 108 in 037f6ef
I think that in certain cases
null
is passed to the_real_escape
function.In WordPress core they check on the type with
is_scalar( $data )
:https://github.com/WordPress/WordPress/blob/9fd435aa157ad7053cdcabed879b843342999ffe/wp-includes/class-wpdb.php#L1262-L1290
Maybe that should be added in this plugin too?
The text was updated successfully, but these errors were encountered: