This gist has been upgraded to a full repo! You can find an improved version here: https://github.com/lopadz/wp-sync.
See you there! 😉
This gist has been upgraded to a full repo! You can find an improved version here: https://github.com/lopadz/wp-sync.
See you there! 😉
I hereby claim:
To claim this, I am signing this object:
#!/bin/zsh | |
# REQUIREMENTS: | |
# FFSEND CLI: https://github.com/timvisee/ffsend | |
# oh-my-zsh: https://github.com/robbyrussell/oh-my-zsh | |
# RECOMMENDED: | |
# Create alias adding these lines to your .zshrc file. Don't forget to run source .zshrc after you add them: | |
#if [ -f $HOME/Dropbox/scripts/.ffsend_script ]; then | |
# alias fs_up='$HOME/Dropbox/scripts/FFSEND/.ffsend_script' |
jQuery.countdown is a great plugin to create countdowns, but it needs a bit of configuration to use it with event countdowns.
When you need a countdown clock that:
/*====================================== | |
WARNING FOR UPDATES PAGE | |
========================================*/ | |
function wp5_incompatible_notice() { | |
$screen = get_current_screen(); | |
// Make sure we're in the correct page | |
if ( 'update-core' === $screen->id ) { |
# =================== | |
# STATUS FEEBACK | |
# =================== | |
SEPARATOR = ---------------------------------------------------------- | |
CHECK = \033[32m✔\033[39m | |
# ============== | |
# EDIT THIS | |
# ============== | |
#--------------------------------------------- |