Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wp ajax error handling

//if no errors are visible put this on the top of your file
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
 
PREVIOUS NEXT
Tagged: #wp #ajax #error #handling
ADD COMMENT
Topic
Name
6+7 =