Bugün wordpress admin paneline girdiğimde şöyle bir uyarı yazısı gördüm
In order to turn on the log file, you must add these "define" in your WordPress wp-config.php file:bool(true)
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
ini_set('display_errors', 0);
bu kodlar nedir ne işe yarar?
Bu kodlar nedir ne işe yarar?
0
●477