PHP Warning: Undefined array key “desc”
-
Seeing lots of these errors in my log files:
PHP Warning: Undefined array key "desc" in [redacted]/wp-content/plugins/easy-table-of-contents/includes/class.options.php on line 1776
Maybe change that line to something like this?
if ( !empty ( $args['desc'] ) ) {
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP Warning: Undefined array key “desc”’ is closed to new replies.