I know in wp-config.php editing this line: define('WP_DEBUG', true); - on display error define('WP_DEBUG', false); - off display error I just want only display error in specific template or...
  • May 23, 2022
  • 0 Comments
I am trying to choose different databases for admin and user to decrease the load on database. in wp-config.php when i am trying to use the code if(is_admin()) {...
  • May 21, 2022
  • 0 Comments