Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

Debug Bar Cron

Descripción

Debug Bar Cron adds information about WP scheduled events to a new panel in the Debug Bar. This plugin is an extension for
Debug Bar and thus is dependent upon Debug Bar being installed for it to work properly.

Once installed, you will have access to the following information:

  • Number of scheduled events
  • If cron is currently running
  • Time of next event
  • Current time
  • List of custom scheduled events
  • List of core scheduled events
  • List of schedules

Capturas de pantalla

  • The Debug Bar Cron panel

Instalación

  1. Install Debug Bar if not already installed (https://wordpress.org/extend/plugins/debug-bar/)
  2. Upload the debug-bar-cron folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. View the WP schedule events information in the “Cron” panel in Debug Bar

FAQ

Is debugging cron easier with this plugin?

Yes

Opiniones

Leer los 3 comentarios

Colaboradores & Desarrolladores

“Debug Bar Cron” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce & #8220;Debug Bar Cron” 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 .

Historial de cambios

0.1.3

  • Fixed ‘Array to string conversion’ error when Cron job arguments are in a multi-dimensional array – props Jrf, ethitter, and mintindeed.
  • Fixed a number of HTML validation errors – props Jrf.

0.1.2

  • Added indicators for missed events

0.1.1

  • Readme updates

0.1

  • Initial release