Wednesday 28 December 2016

Notice Undefined offset error Solution in WordPress

Method 1:-

Please deactivate the wp debug mode. Open up wp-config.php and replace:
define( 'WP_DEBUG', true );
with
define( 'WP_DEBUG', false );



Method 2:-

Put following code in "functions.php" file.

error_reporting(0);
@ini_set(‘display_errors’, 0);

Ankit Shah PHP Expert

IT New Code suggest a solution for your problem related to coding, Specially .PHP, Wordpress, WooCommerce, Magento, HTML and CSS. Visit Our website for Information.

0 comments:

Post a Comment

 

Copyright @ 2016 IT New Code | Developing Code | Designing Code.

Designed by: Ankit Shah