WordPress Plugin Development

Rob Whisonant

Moderator
Joined
May 24, 2016
Messages
2,493
Points
113
How can I debug a script that add_settings_error() does not show an error message?
add in your own debug code in the area you feel the problem is happening. Then keep moving the debug code you added around to narrow down where the problem is.
 

Marc van Leeuwen

Premium Member
Joined
May 29, 2016
Messages
1,170
Points
63
Seem you are using Wordpress?

If that, did you try this
Code:
define( 'WP_DEBUG', true );
in your config file?
 
Older threads
Recommended threads
Replies
4
Views
4,225
Replies
2
Views
3,989
Replies
2
Views
3,244
Top