• How do I find out what the wordpress table prefix is named. I need the wordpress table prefix to run a script.

Viewing 3 replies - 1 through 3 (of 3 total)
  • An easy way to see what your tables are named, without ftp or outside admin-panels, is to simply go to Manage/Backup in your WordPress administation, where you will see a list of the wordpress tables.
    The default prefix is “wp_”.

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Or just look in your wp-config.php file.

    ..or use the global variable $table_prefix in your script which then makes it dynamic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wordpress table prefix’ is closed to new replies.