Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Enganches WP

Descripción

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.

Capturas

  • The simple Enganches WP options page.

Instalación

  1. After unzipping, upload the wp-hooks folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in 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.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Enganches WP» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Enganches WP» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.6

  • Fix git/svn repo disparity.

1.0.4

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