內容簡介
WP Hooks 是 WordPress 的外掛,它讓您可以在不修改主題的情況下,將 JavaScript、HTML 或其他程式碼加入
標頭 (header) 和頁尾 (footer)。WP Hooks 使用 WordPress 內建的 wp_head() 和 wp_footer()
掛鈎,將內容加入您的標頭和/或頁尾。如果您在標頭或頁尾中放置了自訂的 JavaScript、CSS 或其他程式碼
(例如 Google Analytics、meta 標籤等等),但不想或無法修改主題,則 WP Hooks 是最好的選擇。
在 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.
