Search
 
SCRIPT & CODE EXAMPLE
 

PHP

wordpress disable errors

//inside wp-config.php
@ini_set( 'log_errors', 'Off' );
@ini_set( 'display_errors', 'Off' );
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_LOG', false );
define( 'WP_DEBUG_DISPLAY', false );
define( 'SCRIPT_DEBUG', false );
Comment

PREVIOUS NEXT
Code Example
Php :: kill php process mac 
Php :: wordpress errors 
Php :: apache not executing php 
Php :: laravel delete confirm link 
Php :: how to get javascript variable value in php 
Php :: pre_r 
Php :: php discord webhook 
Php :: php create temporary file 
Php :: CAPTURAR URL PHP 
Php :: wait php 
Php :: set character set utf8 in pdo php 
Php :: transaction in laravel 
Php :: regex to check date format php 
Php :: group_concat laravel 
Php :: wordpress query orderby name 
Php :: laravel eloquent merge request 
Php :: Check duplicate email in laravel using jQuery 
Php :: dynamic alert php 
Php :: php get class name of this 
Php :: how to setup cronjob on cakephp on share hosting 
Php :: wordpress disable xmlrpc 
Php :: laravel helper function for check string is exist in another string 
Php :: artisan call migrate result 
Php :: array to stdclass object php 
Php :: laravel pagination publish command 
Php :: if is checkout page woocommerce 
Php :: laravel faker boolean 
Php :: melhor linguagem de programação 
Php :: PHP strrchr — Find the last occurrence of a character in a string 
Php :: laravel check old password 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =