=== Hybrid Hook === Contributors: greenshady Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3687060 Tags: custom, PHP, shortcodes, HTML Requires at least: 2.7 Tested up to: 2.8.4 Stable tag: 0.2 Allows the addition of HTML, shortcodes, PHP, and/or JavaScript to the Hybrid theme's hooks from the WordPress admin. == Description == *Hybrid Hook* is a plugin that allows end users the ability to tap into the Hybrid theme's extensive hook selection by providing a user interface in the WordPress admin for adding custom content. You **must** be using the Hybrid theme for this plugin to work. **Features:** * Ability to add custom HTML nearly anywhere on your site. * Use shortcodes to quickly add content. * Allows the input of JavaScript. * User can select the priority the code will run. * Can execute PHP code if the option is selected. == Installation == 1. Upload `hybrid-hook` to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. Go to Appearance > Hybrid Hook to input custom content. More detailed instructions are included in the plugin's `readme.html` file. == Frequently Asked Questions == = Why was this plugin created? = This plugin was created so that end users and non-developers could take advantage of the Hybrid theme's extensive hook system. It allows the input of XHTML, PHP, shortcodes, and JavaScript from the WordPress admin. It's a way to work around having to learn how to use the WordPress plugin API and just add content anywhere. = How do I set it up? = Under *Appearance > Hybrid Hook*, you can add custom code in individual textareas. Each textarea corresponds to one of the Hybrid theme's hooks, and each is accompanied by a priority input box and a checkbox to execute PHP. More detailed instructions are included in the plugin's `readme.html` file. == Changelog == = Version 0.2 = **Important!** Note that you'll need to resave all of your settings. I suggest making a copy of them in a text file. * Plugin was rewritten from the ground up to allow it to be extended for more action hooks in the future. * Added the ability to add shortcodes to the the different hook areas. * Each bit of custom code can now be given a priority other than the default. * Each section can now allow/disallow PHP code to be executed. * Added new sections for several action hooks: `hybrid_before_entry`, `hybrid_after_entry`, `hybrid_before_subsidiary`, and `hybrid_after_subsidiary`. = Version 0.1 = * Plugin launch. Everything's new!