Viewing 1 replies (of 1 total)
  • I’ll second that. We’re using WP Migrate DB Pro and took a while to realize I had to edit default to include the ts_redirects table as the default only migrates wp_ prefixed tables.
    Please update plugin to use standard table prefix.

    In PHP you can lookup the prefix using the wpdb global;

    global $wpdb;
    // Current site prefix
    echo $wpdb->prefix;

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘DB prefix’ is closed to new replies.