Settings options not showing up on Sub Menu page in WordPress plugin?

If I see a feature working in someone's WordPress site obviously via a plugin, how can I find out the plugin maker? (if not by asking the webmaster nor searching by guessing keywords in WordPress Plugins page)

  • Another way to see this question is "Is there a way to demonstrate plugin maker's name in WordPress site?"

  • Answer:

    Look at the HTML source. Look for references to JavaScript or CSS files that mention things related to the function the suspected plugin performs. For example, you see some cool Pinterest integration. You look at the source and see <script src="http://example.com/wp-content/plugins/pinterest-sharing-mega-awesome-sauce/js/sauce.min.js"></script> Google for "Pinterest sharing mega awesome sauce plugin WordPress" and see what turns up. Alternate approach: look at the HTML markup around the output of the feature. If it has <div class="pinterest-sharing-mega-awesome-sauce-wrapper"> around it, search for that. Some plugins announce themselves with an HTML comment: <!-- Pinterest Mega Awesome Sauce plugin --> Without those hints, you'll have to fall back to searching for "{thing it does} WordPress plugin" and doing a lot of sleuthing of the code you find.

Mark Jaquith at Quora Visit the source

Was this solution helpful to you?

Other answers

Try this plugin and theme detection site: http://whatwpthemeisthat.com/ When using the source code to find a plugin's details, you might find a source code search engine useful: https://nerdydata.com/

Lee Hodson

Fully agree with BDB: SpyBar tells you in a second, links to the plugins, and offers other instant insights such as WhoIs and ahrefs. Works in Firefox and Chrome.

Keith Gillespie

To add to Mark's answer, 99.995% of WordPress plugins have a readme.txt file, which you can try and view in the plugin directory to see if the developer put info there, in case the HTML search turns up nothing. So using Mark's example, you would look for: http://example.com/wp-content/plugins/pinterest-sharing-mega-awesome-sauce/readme.txt

Marc Gottlieb

If you're willing to spend some money in exchange for a more practical and easy way of doing that, try SpyBar for WordPress :)

Bonaventura 'bdb' Di Bello

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.