This plugin adds dynamic, functional clock to the the bar to show the time for the blog.
This plugin also supports static mode which puts timestamp string at the top of all admin pages instead of the dynamic clock.
This static admin widget is AJAX-ified so that if you click the timestamp, it updates in place to show the server time..
The time being displayed is the time of the page load, or if clicked, the time when the widget last retrieved the time.
This is most useful to see the time to judge when time sensitive post, comment, or action would be dated by the blog.
The 'c2c blog time hook allows you to use alternative approach to invoke c2c blog time in such way that if the plugin were deactivated or deleted, then your calls to the function won't cause errors in your site..
Example ** * Change the time string * * @param string $format The time format * @return string * function change blog time format { return 'b, g i add filter c2c blog time toolbar widget for user.
The 'c2c blog time toolbar widget for user hook allows you to control if the toolbar clock widget should be shown, on per-user basis.
The 'c2c blog time active clock hook returns the boolean value indicating if Javascript-powered dynamic clock introduced in v2.0 should be enabled or if instead the behavior of static timestamp that can be clicked to update the timestamp via AJAX should be enabled.
Disable the dynamic clock and use the static timestamp instead add filter ...
Read more