Lewiscowles1986 / WordPressSVGPlugin

WordPress SVG Plugin
GNU General Public License v3.0
42 stars 4 forks source link

Separate Extension Rectification #26

Closed Lewiscowles1986 closed 6 years ago

Lewiscowles1986 commented 6 years ago

https://github.com/Lewiscowles1986/WordPressSVGPlugin/blob/master/index.php#L83,L85

This is too detail oriented for a library with purpose to bring SVG support to WordPress. It also currently throws a warning in some PHP configurations as mentioned in #23.

Separate implementation to external dependency, possibly using composer autoloading.

This will also require a different release or upload format if using composer (bundled with frozen deps), and would benefit from #5 for all parts as well as #25