Incorrect db prefix call
-
Line #1739 of
functions.php
you 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.
Home / Plugin: Tree Sitemap (Pages, Posts & Categories list) / Incorrect db prefix call
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