Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

Cron Debug Log

Opis

When active, this plugin logs unsuccessful results of wp_remote_post calls from wp-cron to a sites’s options table with an option name of ra_http_WP_Http_Streams + timestamp. The option_value contains the results of the call.

This plugin is intended to be enabled only on sites that are experiencing cron issues as a troubleshooting aid. Once the cron issue had been identified and corrected, the plugin should be deactivated. When finished troubleshooting you should also remove the option records created by this plugin using your database management tool.

In a WP network use the Plugin Manager to hide this plugin and prevent site admins from activating it.

This plugin was written by Ron Rennick in collaboration with the CUNY Academic Commons.

Instalacija

  1. Upload the entire cron-debug-log folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Recenzije

Nema recenzija za ovaj dodatak.

Suradnici i Programeri

“Cron Debug Log” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “Cron Debug Log” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

0.1

  • Original version.