|
|
|
|
|
by tyingq
3357 days ago
|
|
Neat. Many questions. I assume you have some database of path matches for the theme/plugin js/CSS files or similar? How extensive is the database? Just free themes/plugins from one source, or popular themes from several sources? Paid ones too? Any namespace clashes where you have to dig deeper to tell which theme or plugin it is? Were you able to fully automate the creation and updating of the signature database? |
|
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)