How to detect WP + WooCommerece Plugins of a website...

mo_mo

Newbie
Joined
Feb 22, 2013
Messages
43
Reaction score
17
Hey guys,

I need to find out what SEO plugin one site is using. Tried many sources online to pull out the plugin list, but can't seem to find it. Anyone know of a good place to find/pull out all the names of the plugin's used in a WP+WooCommerce site?

Thanks!
 
Most likely Yoast's premium WooCommerce SEO plugin.
Its tha sh*t for WooCommerce sites
 
a general idea can be obtained from the site whatwpthemeisthat.com, it will give the them name, versions and some basic stuffs listed inside the stylesheets.

For looking into the seo and other plugins, you can check the source code. Most plugins leave commented lines of markups like "<!-- / Yoast WordPress SEO plugin. --> " or something that sort.

Still another method you can follow is to check the structure of the divs or check the javascript/css inlude paths. it will lead to the plugin. you can also check the css classes and ids. for eg all the css classes inserted by contactform 7 plugin has the prefix "wpcf7".

Likewise if you invest some time, you can sort them all out by yourself :)

Good luck :thumb:
 
Last edited:
Back
Top