smithfield-studio / acf-svg-icon-picker

Creates an ACF SVG Icon Picker field
MIT License
13 stars 3 forks source link

6 namespace plugin to prevent class exist lookups #12

Closed Levdbas closed 5 months ago

Levdbas commented 5 months ago

Related:

Issue

Plugin is not namespaced and has a plugin class which is not really needed. Constants are better in such a small plugin.

Solution

Lets fix that!

Impact

Easier to maintain the plugin and no more collision with other classes in the future.

Usage Changes

No.

Considerations

Maybe you have another namespace in mind @mike-sheppard ?

Testing

Not yet.