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

Safe PHP Code Widget

Descripción

The usual Text widget allows you to insert arbitrary Text and/or HTML code. This allows that too, but also parses any PHP or JavaScript code in the text widget and executes it.

This plugin is based on “PHP Code Widget”, but now available for use by site administrators ONLY, which makes it more secure.

All PHP code must be enclosed in the standard php opening and closing tags ( <?php and ?> ) for it to be recognized and executed. Also JavaScript code must be enclosed in the <script> and </script> tags, as usual.

Capturas

  • The widgets screen showing a Safe PHP Code Widget in use.
  • The output of the widget on the site.

Instalación

  1. Upload safe-php-code-widget folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Preguntas frecuentes

No questions yet – no answers yet.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“Safe PHP Code Widget” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Safe PHP Code Widget” a tu idioma.

¿Interesado en el desarrollo?

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

Registro de cambios

1.0

  • First version in the repository