Hi all I have a little question.
In a plugin code I saw this:
global $wpdb;
$wpdb = new wpdb(DB_USERNAME, DB_PASSWORD, DB_TABLE, LOCALHOST);
Is it safe to put there these infos?
Anyone can access to them using a normal browser during the surfing on the website?