michaeluno / admin-page-framework

Facilitates WordPress plugin and theme development.
http://admin-page-framework.michaeluno.jp/
Other
337 stars 71 forks source link

#301 Fix some deprecation notices. #302

Open OllieJones opened 1 year ago

OllieJones commented 1 year ago

Substitute empty strings for null values in some calls to explode() and strip_tags(). Declare some class properties to eliminate dynamic property declarations.

This work is done in two places: /development/ and /library/. I don't understand your build workflow, so I just modified both copies of the software.