WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: blog-time (Used by 11 domains)

Blog Time

👤 Scott Reilly 📦 v4.0.1 🔗 Plugin Homepage

This plugin adds a dynamic, functional clock to the admin bar (at top of all admin pages) to show the server time for the blog. The clock automatically updates as time passes, as you would expect of a digital clock.

This plugin also supports a static mode which puts a timestamp string at the top of all admin pages instead of the dynamic clock. This static admin time widget can be clicked to update the time in-place (without a page reload) to show the new current server time.

Also provided is a “Blog Time” widget providing the same functionality as the admin widget, but for your sidebars. You may also utilize the plugin’s functionality directly within a theme template via use of the template tag c2c_blog_time().

NOTE: For the front-end widget, if the “Use dynamic clock?” configuration option is unchecked, this plugin generates a timestamp and NOT a clock. The time being displayed is the time of the page load, or if clicked, the time when the widget last retrieved the time. It won’t actively increment time on the display. By default the widget displays a dynamic clock that does increment time.

This is most useful to see the server/blog time to judge when a time sensitive post, comment, or action would be dated by the blog (i.e. such as monitoring for when to close comments on a contest post, or just accounting for the server being hosted in a different timezone). Or, when used statically as a timestamp and not a clock, it can indicate/preserve when the page was loaded.

Thanks to Moment.js for the JavaScript date handling library.

Links: Plugin Homepage | Plugin Directory Page | GitHub | Author Homepage

Template Tags

The plugin provides one template tag for use in your theme templates, functions.php, or plugins.

Functions


  • Returns and/or displays the formatted time for the site.

Arguments

  • $time_format (string)
    Optional. PHP-style time format string. See https://www.php.net/manual/en/datetime.format.php for more info. Default is ” (which, unless otherwise modified, uses the default time forat: ‘g:i A’).

  • $echo (bool)
    Optional. Echo the template info? Default is true.

Examples

  • c2c_blog_time();
    ?>

  • $site_date = c2c_blog_time( 'M d, Y', false );
    ?>

Hooks

The plugin exposes four filters for hooking. Code using these filters should ideally be put into a mu-plugin or site-specific plugin (which is beyond the scope of this readme to explain). Less ideally, you could put them in your active theme’s functions.php file.

c2c_blog_time (filter)

The 'c2c_blog_time' hook allows you to use an alternative approach to safely invoke c2c_blog_time() in such a way that if the plugin were deactivated or deleted, then your calls to the function won’t cause errors in your site.

Arguments:

  • same as for c2c_blog_time()

Example:

Instead of:


Do:


c2c_blog_time_format (filter)

The 'c2c_blog_time_format' hook allows you to customize the default format for the blog time. By default this is ‘g:i A’ (though this may be different if modified by localization).

Arguments:

  • $format (string): The default format for the blog time.

Example:

/**
 * Change the default blog time string
 *
 * @param string $format The default time format.
 * @return string
 */
function change_blog_time_format( $format ) {
    return 'b, g:i A';
}
add_filter( 'c2c_blog_time_format', 'change_blog_time_format' );

c2c_blog_time_toolbar_widget_for_user (filter)

The c2c_blog_time_toolbar_widget_for_user hook allows you to control if the admin toolbar clock widget should be shown, on a per-user basis. By default the admin toolbar clock is shown to everyone who can see the admin toolbar.

Arguments:

  • $shown (boolean): Whether the admin toolbar clock widget should be shown. Default of true.

Example:

/**
 * Only show the admin toolbar clock for the 'boss' user.
 *
 * @param $show bool Status of whether the admin toolbar clock should be shown.
 * @return bool
 */
function restrict_blog_time_widget_appearance( $show ) {
    return 'boss' === get_current_user()->user_login;
}
add_filter( 'c2c_blog_time_toolbar_widget_for_user', 'restrict_blog_time_widget_appearance' );

c2c_blog_time_active_clock (filter)

The 'c2c_blog_time_active_clock' hook returns the boolean value indicating if the Javascript-powered dynamic clock introduced in v2.0 should be enabled or if instead the v1.x era behavior of a static timestamp that can be clicked to update the timestamp via AJAX should be enabled. By default the dynamic clock is enabled.

Arguments:

  • $allow (boolean): Boolean indicating if the admin widget should be a dynamic clock. Default is true.

Example:

// Disable the dynamic clock and use the static timestamp (whcih can be clicked to update the time via AJAX) instead.
add_filter( 'c2c_blog_time_active_clock', '__return_false' );
DomainExposuresHeadersLast Checked
f*q*o*m*t*c.net F 2026-05-29 16:11:50
g*s*e*.b*x*d*u*i*.com F 2026-05-26 02:19:15
r*d*o.b*x*d*u*i*.com (WP 7.0) F 2026-05-26 02:19:15
u*b*r*e*k.com (WP 6.8.2) F 2026-05-25 02:28:44
f*q*o*m*t*c.com F 2026-05-23 09:16:42
a*z*c*l*i*n*e.com (WP 7.0) F 2026-05-22 07:58:57
u*l*r*c.org F 2026-05-17 19:57:13
a*r*s*-*u*g*r*a.com F 2026-05-16 16:32:18
l*t*l*o*z*.com F 2026-05-12 14:17:33
c*a*e*m*r*.com (WP 6.9.1) F 2026-05-12 12:57:04
m*d*r*r*j*c*.com F 2026-05-03 13:17:06

Top 50 Plugins

Plugin Count
elementor 1,751,493
contact-form-7 1,724,459
elementor-pro 1,021,696
woocommerce 798,205
revslider 604,733
jetpack 458,500
js_composer 422,453
wp-rocket 324,619
essential-addons-for-elementor-lite 281,650
gravityforms 257,748
complianz-gdpr 246,354
cookie-law-info 223,555
instagram-feed 223,003
google-site-kit 215,837
sitepress-multilingual-cms 215,021
google-analytics-for-wordpress 210,312
header-footer-elementor 205,660
elementskit-lite 197,811
bluehost-wordpress-plugin 189,553
gutenberg 158,197
cookie-notice 145,234
gutenberg-core 139,872
wpforms-lite 128,008
the-events-calendar 127,569
litespeed-cache 125,374
gtranslate 124,033
astra-sites 118,745
popup-maker 113,541
woocommerce-payments 111,051
tablepress 104,185
honeypot 93,919
astra-addon 93,023
coblocks 92,464
all-in-one-seo-pack 91,875
wp-smushit 91,354
duracelltomi-google-tag-manager 90,726
LayerSlider 89,770
bb-plugin 89,271
premium-addons-for-elementor 84,864
akismet 84,445
megamenu 83,482
cleantalk-spam-protect 82,484
mailchimp-for-wp 82,108
woocommerce-gateway-stripe 81,236
ml-slider 77,943
fusion-builder 77,823
ewww-image-optimizer 76,931
formidable 76,668
wp-pagenavi 76,013
borlabs-cookie 75,727

Top 50 Themes

Theme Count
hello-elementor 598,616
Divi 499,923
astra 415,334
flatsome 124,655
Avada 121,555
generatepress 116,054
pub 96,826
oceanwp 81,280
kadence 75,951
enfold 69,966
salient 65,538
twentyseventeen 54,754
bb-theme 54,305
twentytwentyfour 53,117
cocoon-master 51,741
betheme 50,489
h4 49,541
blocksy 49,037
dt-the7 44,795
twentytwentyfive 42,681
neve 38,178
Avada-Child-Theme 36,791
gox 32,811
bridge 32,312
woodmart 32,023
twentytwentyone 31,715
lightning 30,679
twentytwenty 29,436
swell 28,173
Impreza 25,562
bricks 25,184
twentytwentythree 23,788
Newspaper 22,657
twentytwentytwo 19,857
epik-redesign 19,311
uncode 18,557
sydney 18,488
twentysixteen 17,764
pro 17,617
storefront 17,477
voxel 17,072
extendable 14,825
Total 14,334
yith-wonder 13,978
kubio 13,662
hello-theme-child-master 12,937
themify-ultra 12,744
factory-templates-4 12,649
yootheme 12,522
hestia 12,413