OIT-Design / ncsu-a11y-helper

Checks for common accessibility issues generated in the WP Visual Editor, and highlights them in an annotated preview Edit Add topics
32 stars 5 forks source link

fix various php notices on plugin activation #1 #3

Open andrewmarino opened 6 years ago

andrewmarino commented 6 years ago

Main fix for plugin activation error notice while WP_DEBUG is enabled:

Commit also includes a few fixes for the following PHP notices while giving plugin a spin on the default editor (post_types index does not exist in array before plugin options are saved for first time):