• Resolved LukeP

    (@862global)


    I didn’t find any option from WP to change and force the time format.
    I need to replace it with H\hi (European format).
    What code file would handle that?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @862global,

    I suppose you’re talking about the bot feature. There’s no setting for the time format, but you can edit the plugin if you know what you’re doing.

    In this particular case, you would have to change the output of the getCurrentTime function from /wp-maintenance-mode/assets/js/bot.min.js (if SCRIPT_DEBUG is disabled) or /wp-maintenance-mode/assets/js/bot.js (if SCRIPT_DEBUG is enabled).

    The SCRIPT_DEBUG constant is (usually) disabled by default.

    PS: we don’t offer support for customizations.


    George

    • This reply was modified 2 years, 3 months ago by George J.
    • This reply was modified 2 years, 3 months ago by George J.
    • This reply was modified 2 years, 3 months ago by George J.
    • This reply was modified 2 years, 3 months ago by George J.
    • This reply was modified 2 years, 3 months ago by George J.
    Thread Starter LukeP

    (@862global)

    I checked the bot.js file previously but not the bot.min.js. That did the trick. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Time format near the bubbles’ is closed to new replies.