March 2020
Beginner
660 pages
18h 28m
English
Take the following steps to set up error logs and display errors on the site:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
Now that we have configured the process of creating error logs and displaying the errors on the browser, we can test the process.
echo $html;
Now, you will see a PHP notice generated and ...
Read now
Unlock full access