Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KoolPal/73fbbb14c1e5e4465bae059deecc784b to your computer and use it in GitHub Desktop.
Save KoolPal/73fbbb14c1e5e4465bae059deecc784b 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