Horje
display wordpress error Code Example
display wordpress error
/* provided by joshiyogesh0333@gmail.com */
/* add in config file  */
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
define( 'SCRIPT_DEBUG', true );
define( 'SAVEQUERIES', true );

/* add in function.php file  */

ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);




Whatever

Related
cnpj generator Code Example cnpj generator Code Example
disable module authentic magento 2 Code Example disable module authentic magento 2 Code Example
typo3 eindeutige fehlermeldung Code Example typo3 eindeutige fehlermeldung Code Example
ModuleNotFoundError: No module named 'dotenv' Code Example ModuleNotFoundError: No module named 'dotenv' Code Example
i love grepper Code Example i love grepper Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9