Descripción
This plugin adds a page in the admin area where you can see all the queued Cron events, when they are due, which schedule they are on (or if they are one off) and which hook they will call. Future development might include:
- Removing Cron events
- Seeing which functions/methods are currently called by which hooks
- Manually adding Cron events
- Editing Cron events
However, do not hold your breath! Development for this plugin will be as and when I need it, or when someone submits a handy patch. I’m definitely open to co-development on this one, so if you want to join in then contact me.
Any issues: contact me.
Instalación
The plugin is simple to install:
- Download the plugin, it will arrive as a zip file
- Unzip it
- Upload
cron-gui.zip
directory to your WordPress Plugin directory - Go to the plugin management page and enable the plugin
- Upload your post template files (see the Description for details on configuring these), and choose them through the new menu
- Give yourself a pat on the back
Colaboradores y desarrolladores
«Cron View» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Cron View» 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
v1.03
- Fix unexpected output when activated
v1.02
- Completed internationalisation
- Replace _c with _x (thanks Barry Carlyon)
= v1.01
- I forget what happened here
v1 2009/01/06
- First public release