תוסף זה לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס. ייתכן והתוסף כבר לא מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות יותר.

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. הפעילו את התוסף.
  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.

סקירות

There are no reviews for this plugin.

מפתחים

"WP Hooks" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

ניתן לתרגם את "WP Hooks" לשפה שלך.

מעוניינים בפיתוח?

עיינו בקוד, ראו את הקוד ב-SVN repository, או הירשמו ללוג פיתוח באמצעות RSS.

שינויים

1.0.6

  • Fix git/svn repo disparity.

1.0.4

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