<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/hook</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 04:05:07 GMT</pubDate>
<item>
<title>(Java) Override servicePreaction using hook - kiran8049</title>
<link>http://snipplr.com/view/67617/override-servicepreaction-using-hook/</link>
<description><![CDATA[ <p>overriding servicePreAction class using hooks in liferay</p> ]]></description>
<pubDate>Fri, 05 Oct 2012 15:21:30 GMT</pubDate>
<guid>http://snipplr.com/view/67617/override-servicepreaction-using-hook/</guid>
</item>
<item>
<title>(PHP) SlideDeck 2 After get hook-in for overriding deck options - Jamie</title>
<link>http://snipplr.com/view/66597/slidedeck-2-after-get-hookin-for-overriding-deck-options/</link>
<description><![CDATA[ <p>Allows a SlideDeck user to hook into the options array after the SlideDeck is fetched from the database. Options can then be modified based on the request.</p> ]]></description>
<pubDate>Thu, 09 Aug 2012 03:13:52 GMT</pubDate>
<guid>http://snipplr.com/view/66597/slidedeck-2-after-get-hookin-for-overriding-deck-options/</guid>
</item>
<item>
<title>(PHP) Fix duplicate fields with quick_edit_custom_box hook in Wordpress - briteweb</title>
<link>http://snipplr.com/view/61790/fix-duplicate-fields-with-quickeditcustombox-hook-in-wordpress/</link>
<description><![CDATA[ <p>Adding custom fields to the quick edit panel in Wordpress is easy using built-in hooks. However, the hook to add fields seems to be called multiple times, adding duplicate fields to the quick edit panel. Adding this code to the top of the function being called by quick_edit_custom_box checks if the action has already been called and prevents it from being called again.

More info [here](http://wp.tutsplus.com/tutorials/extending-the-quick-edit-tool-for-taxonomy-terms/ "Extending the Quick Edit Tool for Taxonomy Terms | Wptuts+")</p> ]]></description>
<pubDate>Sat, 10 Dec 2011 06:07:04 GMT</pubDate>
<guid>http://snipplr.com/view/61790/fix-duplicate-fields-with-quickeditcustombox-hook-in-wordpress/</guid>
</item>
<item>
<title>(PHP) Update "Posts" Menu Title - jamiebrwr</title>
<link>http://snipplr.com/view/57633/update-posts-menu-title/</link>
<description><![CDATA[ <p>Allows you to change the name of the "Posts" module within the admin section of WordPress.</p> ]]></description>
<pubDate>Thu, 04 Aug 2011 23:28:05 GMT</pubDate>
<guid>http://snipplr.com/view/57633/update-posts-menu-title/</guid>
</item>
<item>
<title>(Bash) Post-Receive Hook - Seich</title>
<link>http://snipplr.com/view/52858/postreceive-hook/</link>
<description><![CDATA[ <p>Make sure it has the appropriate rights.
    chmod -x post-receive</p> ]]></description>
<pubDate>Sun, 01 May 2011 14:59:42 GMT</pubDate>
<guid>http://snipplr.com/view/52858/postreceive-hook/</guid>
</item>
<item>
<title>(PHP) Wordpress: create custom wordpress hooks - prwhitehead</title>
<link>http://snipplr.com/view/52179/wordpress-create-custom-wordpress-hooks/</link>
<description><![CDATA[ <p>Create your own wordpress hooks easily and simply. Just rename the function to whatever you like.</p> ]]></description>
<pubDate>Sat, 16 Apr 2011 05:44:53 GMT</pubDate>
<guid>http://snipplr.com/view/52179/wordpress-create-custom-wordpress-hooks/</guid>
</item>
<item>
<title>(PHP) Wordpress - display the admin page hook name - jakubslaby</title>
<link>http://snipplr.com/view/44380/wordpress--display-the-admin-page-hook-name/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 19 Nov 2010 01:43:39 GMT</pubDate>
<guid>http://snipplr.com/view/44380/wordpress--display-the-admin-page-hook-name/</guid>
</item>
<item>
<title>(PHP) Push your git logs to MySQL with PHP - jaspertandy</title>
<link>http://snipplr.com/view/37916/push-your-git-logs-to-mysql-with-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 27 Jul 2010 02:05:10 GMT</pubDate>
<guid>http://snipplr.com/view/37916/push-your-git-logs-to-mysql-with-php/</guid>
</item>
<item>
<title>(PHP) Kohana System Configuration Hook - j4kp07</title>
<link>http://snipplr.com/view/29688/kohana-system-configuration-hook/</link>
<description><![CDATA[ <p>Instead of having multiple configurations for multiple domains, and the numerous if/then/else statements not to mention the various locations for storing the configuration....instead, enable hooks in your application config and then add this snippet of code into your application hooks directory.</p> ]]></description>
<pubDate>Fri, 12 Mar 2010 11:31:33 GMT</pubDate>
<guid>http://snipplr.com/view/29688/kohana-system-configuration-hook/</guid>
</item>
<item>
<title>(PHP) Drupal example on how to use form alter hook - marcelodornelas</title>
<link>http://snipplr.com/view/29599/drupal-example-on-how-to-use-form-alter-hook/</link>
<description><![CDATA[ <p>Resizing fields using a custom module

You could also resize the field using a custom module.
For example, if you created mysite.module, you could use something like this to reduce the field size to 30 characters</p> ]]></description>
<pubDate>Thu, 11 Mar 2010 06:48:24 GMT</pubDate>
<guid>http://snipplr.com/view/29599/drupal-example-on-how-to-use-form-alter-hook/</guid>
</item>
<item>
<title>(PHP) TwitBox - admartinator</title>
<link>http://snipplr.com/view/28290/twitbox/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 14 Feb 2010 07:24:36 GMT</pubDate>
<guid>http://snipplr.com/view/28290/twitbox/</guid>
</item>
<item>
<title>(PHP) hook_views_query_alter drupal 6.x - ReeceMarsland</title>
<link>http://snipplr.com/view/23200/hookviewsqueryalter-drupal-6x/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 16 Nov 2009 06:42:31 GMT</pubDate>
<guid>http://snipplr.com/view/23200/hookviewsqueryalter-drupal-6x/</guid>
</item>
<item>
<title>(C#) Custom MessageBox Buttons - Unsafe</title>
<link>http://snipplr.com/view/14245/custom-messagebox-buttons/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 21 Apr 2009 16:34:00 GMT</pubDate>
<guid>http://snipplr.com/view/14245/custom-messagebox-buttons/</guid>
</item>
<item>
<title>(PHP) PHP HOOK for Accrisoft Freedom - conspirator</title>
<link>http://snipplr.com/view/8639/php-hook-for-accrisoft-freedom/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 26 Sep 2008 17:54:59 GMT</pubDate>
<guid>http://snipplr.com/view/8639/php-hook-for-accrisoft-freedom/</guid>
</item>
<item>
<title>(Visual Basic) ScriptingError hook - BeanyS</title>
<link>http://snipplr.com/view/5433/scriptingerror-hook/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 15 Mar 2008 00:29:47 GMT</pubDate>
<guid>http://snipplr.com/view/5433/scriptingerror-hook/</guid>
</item>
</channel>
</rss>