=== Plugin Name === Contributors: anukit Tags: hooks, wp_head, wp_footer, head, footer Requires at least: 2.1 Tested up to: 2.7.1 Stable tag: 1.0 WP Hooks is a plugin for WordPress that allows you to add JavaScript, HTML, or other code to your header and footer without modifying your theme. == Description == WP Hooks is a plugin for WordPress that allows you to add JavaScript, HTML, or other code to your header and footer without modifying your theme. WP Hooks uses the wp_head() and wp_footer() hooks built in to WordPress to add content to your header and/or footer. It’s great for those who have custom JavaScript, CSS, or other code (Google Analytics, meta tags, etc.) in their header or footer and don’t want to copy that every time they change themes. Find [more instructions and discussion](http://amwhalen.com/blog/projects/wp-hooks/) on the WP Hooks home page. == Installation == 1. After unzipping, upload the `wp-hooks` folder to the `/wp-content/plugins/` directory. 1. Activate the plugin through the `Plugins` menu in WordPress. 1. Add content to your header and footer in the WP Hooks Options page under Settings. Find [more instructions and discussion](http://amwhalen.com/blog/projects/wp-hooks/) on the WP Hooks home page. == Screenshots == 1. The simple WP Hooks options page.