|
|
|
|
|
by codeaken
3359 days ago
|
|
We actually don't have a signature database, not needed. WordPress have a predictable path structure and we use that to extract theme and plugin slugs (textual ids). For some plugins that don't import JS or StyleSheets we look for other signatures. Once we have the slugs, we do a lookup in the official WordPress theme/plugin repository and get all the info we need (plugin descriptions, icon, author etc) |
|