このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

WP Hooks

説明

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 or can’t modify their theme.

Find more instructions and discussion on the WP Hooks home page.

スクリーンショット

  • The simple WP Hooks options page.

インストール

  1. After unzipping, upload the wp-hooks folder to the /wp-content/plugins/ directory.
  2. WordPress 管理画面の プラグイン から有効化します。
  3. Add content to your header and footer in the WP Hooks Options page under Settings.

Find more instructions and discussion on the WP Hooks home page.

評価

このプラグインにはレビューがありません。

貢献者と開発者

WP Hooks はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WP Hooks” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.6

  • Fix git/svn repo disparity.

1.0.4

  • Fix undefined variable notice. (thanks to dabernathy89.)