开发者

WordPress plugins recognition script in PHP

开发者 https://www.devze.com 2023-01-23 03:57 出处:网络
I was trying to write a script that will uncover the plugins a certain WP blog employs... without success...

I was trying to write a script that will uncover the plugins a certain WP blog employs... without success...

The final output开发者_StackOverflow社区 file should include name and version of all plugins, activated and deactivated.

(Maybe grabbing all data from WP DB?)

Hope that makes sense.

Not sure it can be considered as question...


There are already a couple of plugins that do this, search the plugin db e.g.

  • http://wordpress.org/extend/plugins/wp-list-plugins/
  • http://wordpress.org/extend/plugins/my-plugins/
  • http://wordpress.org/extend/plugins/plugin-showcase/
  • http://wordpress.org/extend/plugins/i-make-plugins/
  • http://wordpress.org/extend/plugins/plugin-list/
  • etc... etc...

Furthermore there is a WordPress section on StackExchange...

0

精彩评论

暂无评论...
验证码 换一张
取 消