I want to get WordPress database name. I have also try to get database name from $wpdb
but failed. When print the $wpdb it give an object array but i don’t know how to get database name from object array.
Leave a Reply
You must be logged in to post a comment.
you can get anywhere your db name using
or
To get the db name using $wpdb:
It will return database name as a string.
You can get database name by DB_NAME constant.You can check by printing it