Incorrect db prefix call
-
Line #1739 of
functions.phpyou need to use the global $wpdb to get the prefix, you’re specifically usingwp_which is not always going to be the case
The topic ‘Incorrect db prefix call’ is closed to new replies.
Line #1739 of functions.php you need to use the global $wpdb to get the prefix, you’re specifically using wp_ which is not always going to be the case
The topic ‘Incorrect db prefix call’ is closed to new replies.