Skip to content

Instantly share code, notes, and snippets.

@imran-khan1
Last active March 17, 2020 13:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save imran-khan1/a98e5d6023ada276a8164ff6524ad777 to your computer and use it in GitHub Desktop.
Save imran-khan1/a98e5d6023ada276a8164ff6524ad777 to your computer and use it in GitHub Desktop.
/*
flatsome [ux-countdown] shortcode usage
*/
//Admin side shortcode
[ux_countdown year="2019" month="10" day="30" time="15:00"]
//Add below in functions.php
echo do_shortcode('[ux_countdown year="2019" month="10" day="30" time="15:00"]');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment