wp-extension-meta
wp-extension-meta copied to clipboard
A PHP library for parsing WordPress plugin and theme metadata. It can extract the version number and description from a plugin ZIP, parse readme.txt files and so on.
Results
1
wp-extension-meta issues
Sort by
recently updated
recently updated
newest added
File markdown.php seems to contain several lines where the elements of an array are accessed using curly braces (e.g. `$tag{0}`). This triggers the following warning: `Deprecated: Array and string offset...