Notice: Undefined offset: 0 in /…/wp-includes/wp-db.php
-
Hello,
each time I am sending such a request,
$result=$wpdb->query( $wpdb->prepare( "DELETE FROM wp_usermeta WHERE wp_usermeta.user_id = " . $user_id . " AND wp_usermeta.meta_key = '" . $meta_key . "' " ));
I have a warning like this:
Notice: Undefined offset: 0 in /home/vkgtejtd/public_html/wp-includes/wp-db.php on line 1323
The request is correctly executed. The result value is 0
What’s the matter ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Notice: Undefined offset: 0 in /…/wp-includes/wp-db.php’ is closed to new replies.