Closed peiche closed 6 years ago
With WP_DEBUG enabled, the index codes throws an error if not defined:
WP_DEBUG
codes
Notice: Undefined index: codes in aesop-story-engine/admin/includes/generator_blob.php on line 82
Wrapping it in an isset() check fixes that.
isset()
With
WP_DEBUG
enabled, the indexcodes
throws an error if not defined:Wrapping it in an
isset()
check fixes that.