<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Introducing WordPress Hook Sniffer: a Developer Plugin</title>
	<atom:link href="http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/</link>
	<description>Thoughts on startups, leadership, the Web, and disruptive technologies</description>
	<lastBuildDate>Sat, 28 Jan 2012 17:35:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Krishna</title>
		<link>http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/#comment-9230</link>
		<dc:creator>Krishna</dc:creator>
		<pubDate>Sun, 08 May 2011 14:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://jeffsayre.com/?p=575#comment-9230</guid>
		<description>Yes the same message In my case too ,
&quot;Warning! You have not installed the Modified WordPress Plugin API file. WordPress Hook Sniffer will not work without this. Please see the readme file for more information.&quot;

I am using the latest version of WP as on date</description>
		<content:encoded><![CDATA[<p>Yes the same message In my case too ,<br />
&#8220;Warning! You have not installed the Modified WordPress Plugin API file. WordPress Hook Sniffer will not work without this. Please see the readme file for more information.&#8221;</p>
<p>I am using the latest version of WP as on date</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Hoepfner-Homme</title>
		<link>http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/#comment-8830</link>
		<dc:creator>Paul Hoepfner-Homme</dc:creator>
		<pubDate>Wed, 13 Apr 2011 21:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://jeffsayre.com/?p=575#comment-8830</guid>
		<description>Yes, I&#039;ve had the same problem - I too only just noticed that this plugin is not compatible with WP 3.1. Unfortunately the hook-sniffing I need to do is only required for a WP 3.1 site, as on my WP 3.0 instance the bug is not occurring!

Well, looking forward to a 3.1-compatible version of this plugin!</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;ve had the same problem &#8211; I too only just noticed that this plugin is not compatible with WP 3.1. Unfortunately the hook-sniffing I need to do is only required for a WP 3.1 site, as on my WP 3.0 instance the bug is not occurring!</p>
<p>Well, looking forward to a 3.1-compatible version of this plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Sayre</title>
		<link>http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/#comment-8677</link>
		<dc:creator>Jeff Sayre</dc:creator>
		<pubDate>Tue, 29 Mar 2011 14:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://jeffsayre.com/?p=575#comment-8677</guid>
		<description>You have not provided sufficient information to help troubleshoot your issue. What version of WordPress are you running?

As you are the first person out of over 1200 downloads who has reported this problem, I imagine it is because you have installed WordPress Hook Sniffer on an incompatible version of WordPress. Per the readme.txt file, the plugin is &quot;Compatible up to: WP 3.0.4&quot;.

&lt;blockquote&gt;On top of this it just doesn’t seem to work.&lt;/blockquote&gt;

The plugin has a 5-star rating and a number of WP and BP core developers have used it with great success. This is another indication that you more than likely have either installed it on WP 3.0.5 or higher, or that you have a plugin installed and activated that is conflicting with WP Hooker Sniffer&#039;s operation.

&lt;blockquote&gt;Also either change your readme file to an html document or remove the html.&lt;/blockquote&gt;

This is the way many readme.txt files are created&#8212;using the Markdown syntax to provide links. See the end of this &lt;a href=&quot;http://wordpress.org/extend/plugins/about/readme.txt&quot; rel=&quot;nofollow&quot;&gt;WP Codex resource for more information&lt;/a&gt;. The HTML Markdown syntax provides hyperlinks on the plugin&#039;s listing page within the WordPress Plugin Repository. You can see that by visiting &lt;a href=&quot;http://wordpress.org/extend/plugins/wordpress-hook-sniffer/installation/&quot; rel=&quot;nofollow&quot;&gt;this plugin&#039;s page on the WP Plugin Repo&lt;/a&gt;. So, the HTML Markdown is perfectly fine and standard the way it is within the readme.txt file.

As I am no longer supporting this plugin as the time required conflicts with my needs to earn a living, you are free to fork the plugin or hire a developer to make this plugin compatible with the newer versions of WordPress. I wish the WordPress Plugin Repository had a way to indicate that a plugin is no longer being supported (as there are numerous plugins in that state). But, until that happens, most plugin developers simply rely on the compatibility statement to play that role.</description>
		<content:encoded><![CDATA[<p>You have not provided sufficient information to help troubleshoot your issue. What version of WordPress are you running?</p>
<p>As you are the first person out of over 1200 downloads who has reported this problem, I imagine it is because you have installed WordPress Hook Sniffer on an incompatible version of WordPress. Per the readme.txt file, the plugin is &#8220;Compatible up to: WP 3.0.4&#8243;.</p>
<blockquote><p>On top of this it just doesn’t seem to work.</p></blockquote>
<p>The plugin has a 5-star rating and a number of WP and BP core developers have used it with great success. This is another indication that you more than likely have either installed it on WP 3.0.5 or higher, or that you have a plugin installed and activated that is conflicting with WP Hooker Sniffer&#8217;s operation.</p>
<blockquote><p>Also either change your readme file to an html document or remove the html.</p></blockquote>
<p>This is the way many readme.txt files are created&mdash;using the Markdown syntax to provide links. See the end of this <a href="http://wordpress.org/extend/plugins/about/readme.txt" rel="nofollow">WP Codex resource for more information</a>. The HTML Markdown syntax provides hyperlinks on the plugin&#8217;s listing page within the WordPress Plugin Repository. You can see that by visiting <a href="http://wordpress.org/extend/plugins/wordpress-hook-sniffer/installation/" rel="nofollow">this plugin&#8217;s page on the WP Plugin Repo</a>. So, the HTML Markdown is perfectly fine and standard the way it is within the readme.txt file.</p>
<p>As I am no longer supporting this plugin as the time required conflicts with my needs to earn a living, you are free to fork the plugin or hire a developer to make this plugin compatible with the newer versions of WordPress. I wish the WordPress Plugin Repository had a way to indicate that a plugin is no longer being supported (as there are numerous plugins in that state). But, until that happens, most plugin developers simply rely on the compatibility statement to play that role.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NPhilly</title>
		<link>http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/#comment-8675</link>
		<dc:creator>NPhilly</dc:creator>
		<pubDate>Tue, 29 Mar 2011 11:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://jeffsayre.com/?p=575#comment-8675</guid>
		<description>Your plugin displays conflicting information. I have just installed version 0.15 and it complains with the following:

Warning! You have not installed the Modified WordPress Plugin API file. WordPress Hook Sniffer will not work without this. Please see the readme file for more information.

I then have a look inside the readme file which then goes on to say:

Installation Instructions:
IMPORTANT NOTE: As of version 0.14, the installation instructions have changed. It is no longer necessary to manually install the modified plugin.php file. WordPress Hook Sniffer automatically handles the installation of that file upon activation and then uninstalls it,
 replacing it with the original, stock plugin.php file upon deactivation.

So which is it?

On top of this it just doesn&#039;t seem to work.

Also either change your readme file to an html document or remove the html.</description>
		<content:encoded><![CDATA[<p>Your plugin displays conflicting information. I have just installed version 0.15 and it complains with the following:</p>
<p>Warning! You have not installed the Modified WordPress Plugin API file. WordPress Hook Sniffer will not work without this. Please see the readme file for more information.</p>
<p>I then have a look inside the readme file which then goes on to say:</p>
<p>Installation Instructions:<br />
IMPORTANT NOTE: As of version 0.14, the installation instructions have changed. It is no longer necessary to manually install the modified plugin.php file. WordPress Hook Sniffer automatically handles the installation of that file upon activation and then uninstalls it,<br />
 replacing it with the original, stock plugin.php file upon deactivation.</p>
<p>So which is it?</p>
<p>On top of this it just doesn&#8217;t seem to work.</p>
<p>Also either change your readme file to an html document or remove the html.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Sayre</title>
		<link>http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/#comment-2619</link>
		<dc:creator>Jeff Sayre</dc:creator>
		<pubDate>Wed, 07 Jul 2010 01:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://jeffsayre.com/?p=575#comment-2619</guid>
		<description>The plugin.php files does come in the download package &#8212; although I did forget to include it in v 0.11 by accident (see last comment in thread).

I&#039;m not too sure of the advantage of distributing it as a patch file. I thought about it but decided that it made sense to require a manual install as it would force the developer to think about comparing any new WP versions before installing. I am not always on top of the newest changes as I have too much to do. But, a patch file could be possible.

As far as working with WP 3.0, I personally have not experienced any issues. I need to check the WP changesets and see if there have been any changes to plugin.php since I created WP Hook Sniffer.</description>
		<content:encoded><![CDATA[<p>The plugin.php files does come in the download package &mdash; although I did forget to include it in v 0.11 by accident (see last comment in thread).</p>
<p>I&#8217;m not too sure of the advantage of distributing it as a patch file. I thought about it but decided that it made sense to require a manual install as it would force the developer to think about comparing any new WP versions before installing. I am not always on top of the newest changes as I have too much to do. But, a patch file could be possible.</p>
<p>As far as working with WP 3.0, I personally have not experienced any issues. I need to check the WP changesets and see if there have been any changes to plugin.php since I created WP Hook Sniffer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R'phael Spindel</title>
		<link>http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/#comment-2618</link>
		<dc:creator>R'phael Spindel</dc:creator>
		<pubDate>Tue, 06 Jul 2010 23:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://jeffsayre.com/?p=575#comment-2618</guid>
		<description>I didn&#039;t mean for inclusion in core, just so that a dev can easily patch his local working copy after an svn update so that he has a nice dev install.  How is this working against 3.0 now?</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t mean for inclusion in core, just so that a dev can easily patch his local working copy after an svn update so that he has a nice dev install.  How is this working against 3.0 now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Sayre</title>
		<link>http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/#comment-2047</link>
		<dc:creator>Jeff Sayre</dc:creator>
		<pubDate>Tue, 04 May 2010 13:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://jeffsayre.com/?p=575#comment-2047</guid>
		<description>Brian and Jesper-

Thanks for the heads up. For some reason, that file failed to upload to the repository. But, I have now corrected that issue. Please redownload the plugin package.

Since I kept the version number the same (0.12), you have two choices:

1. Simply download the plugin package again and copy over the Modified WordPress Plugin API into the /accessory_files directory. From there, you can then move a copy into the proper location (/wp-includes).

2. Or you can deactivate WP Hook Sniffer first, delete it from the /plugins/ directory, and then upload the new copy and activate. After that, move the Modified WordPress Plugin API into its proper place.

I would suggest the first option, but either one will work. By the way, I would copy the Modified WordPress Plugin API into its working directory (/wp-includes) and keep a copy in the /accessory_files directory. That way, you always have a copy of that file. Also, it is not a bad idea to rename the original, default plugin.php file located in /wp-include just to keep in case you want to revert to your original setup.</description>
		<content:encoded><![CDATA[<p>Brian and Jesper-</p>
<p>Thanks for the heads up. For some reason, that file failed to upload to the repository. But, I have now corrected that issue. Please redownload the plugin package.</p>
<p>Since I kept the version number the same (0.12), you have two choices:</p>
<p>1. Simply download the plugin package again and copy over the Modified WordPress Plugin API into the /accessory_files directory. From there, you can then move a copy into the proper location (/wp-includes).</p>
<p>2. Or you can deactivate WP Hook Sniffer first, delete it from the /plugins/ directory, and then upload the new copy and activate. After that, move the Modified WordPress Plugin API into its proper place.</p>
<p>I would suggest the first option, but either one will work. By the way, I would copy the Modified WordPress Plugin API into its working directory (/wp-includes) and keep a copy in the /accessory_files directory. That way, you always have a copy of that file. Also, it is not a bad idea to rename the original, default plugin.php file located in /wp-include just to keep in case you want to revert to your original setup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/#comment-2046</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Tue, 04 May 2010 13:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://jeffsayre.com/?p=575#comment-2046</guid>
		<description>Hello
I can&#039;t find the Modified WordPress Plugin API file located in /accessory_files. That folder is empty.
Where can I find it?</description>
		<content:encoded><![CDATA[<p>Hello<br />
I can&#8217;t find the Modified WordPress Plugin API file located in /accessory_files. That folder is empty.<br />
Where can I find it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/#comment-2043</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 04 May 2010 11:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://jeffsayre.com/?p=575#comment-2043</guid>
		<description>Just installed latest version, there is no plugin.php file in the accessory_files folder</description>
		<content:encoded><![CDATA[<p>Just installed latest version, there is no plugin.php file in the accessory_files folder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Sayre</title>
		<link>http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/#comment-1895</link>
		<dc:creator>Jeff Sayre</dc:creator>
		<pubDate>Sat, 01 May 2010 10:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://jeffsayre.com/?p=575#comment-1895</guid>
		<description>You&#039;re welcome!</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Sayre</title>
		<link>http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/#comment-1894</link>
		<dc:creator>Jeff Sayre</dc:creator>
		<pubDate>Sat, 01 May 2010 10:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://jeffsayre.com/?p=575#comment-1894</guid>
		<description>R&#039;phael-

Thanks for the suggestion.

As this is a developer&#039;s tool only, I don&#039;t think that the WP core team would approve my modifications to the Plugin API. My version of the API does not provide any fixes to the current file. It only offers augmentations that provide developers additional benefits.</description>
		<content:encoded><![CDATA[<p>R&#8217;phael-</p>
<p>Thanks for the suggestion.</p>
<p>As this is a developer&#8217;s tool only, I don&#8217;t think that the WP core team would approve my modifications to the Plugin API. My version of the API does not provide any fixes to the current file. It only offers augmentations that provide developers additional benefits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R'phael Spindel</title>
		<link>http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/#comment-1848</link>
		<dc:creator>R'phael Spindel</dc:creator>
		<pubDate>Sat, 01 May 2010 03:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://jeffsayre.com/?p=575#comment-1848</guid>
		<description>This is awesome.... thanks so MUCH!  

Can you distribute the plugins.php file as a patch file against 2.9.2?</description>
		<content:encoded><![CDATA[<p>This is awesome&#8230;. thanks so MUCH!  </p>
<p>Can you distribute the plugins.php file as a patch file against 2.9.2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Doolin</title>
		<link>http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/#comment-1635</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Thu, 29 Apr 2010 22:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://jeffsayre.com/?p=575#comment-1635</guid>
		<description>Just installed it.  Looking forward to digging into it in depth.

I&#039;m definitely going to use it against register_activation_hook.  I wrote a series of articles on that one.  Seems to cause so much grief, but it&#039;s not that difficult.</description>
		<content:encoded><![CDATA[<p>Just installed it.  Looking forward to digging into it in depth.</p>
<p>I&#8217;m definitely going to use it against register_activation_hook.  I wrote a series of articles on that one.  Seems to cause so much grief, but it&#8217;s not that difficult.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slaFFik</title>
		<link>http://jeffsayre.com/2010/04/29/introducing-wordpress-hook-sniffer-a-developer-plugin/#comment-1618</link>
		<dc:creator>slaFFik</dc:creator>
		<pubDate>Thu, 29 Apr 2010 20:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://jeffsayre.com/?p=575#comment-1618</guid>
		<description>Thank you, Jeff, from the whole WP-plugin-dev community!</description>
		<content:encoded><![CDATA[<p>Thank you, Jeff, from the whole WP-plugin-dev community!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

