• Resolved Mahmud

    (@chonchol)


    I have a one plugin which created some custom prefix table in the database. So the table name looks like abc_test for that plugin, here abc_ is prefix name. But WP all in one plugin just backed up wp_ prefix table but not back up abc_ prefix table. Could you please give me a solution of it?

Viewing 1 replies (of 1 total)
  • Plugin Author Yani

    (@yaniiliev)

    You will need to contact the author of the plugin and ask them to use the WordPress prefix defined in wp-config.php
    The plugin will not include tables that are not prefixed with $wpdb->prefix. You can have more than one WordPress install in the same database by using a different prefix.

Viewing 1 replies (of 1 total)

The topic ‘Plugin is not backed up all database table’ is closed to new replies.