Skip to content

Instantly share code, notes, and snippets.

@LaxusCroco
Last active April 23, 2024 07:50
Show Gist options
  • Save LaxusCroco/3900bf4ea8fdda003a862e2789a72538 to your computer and use it in GitHub Desktop.
Save LaxusCroco/3900bf4ea8fdda003a862e2789a72538 to your computer and use it in GitHub Desktop.
Adjust Current Date macro to the timezone set in WordPress
<?php
add_filter( 'jet-engine/datetime/use-wp-date', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment