Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save osvaldasvalutis/dc2085e96f2a2bb7ef51f6703d6f0d8b to your computer and use it in GitHub Desktop.
Save osvaldasvalutis/dc2085e96f2a2bb7ef51f6703d6f0d8b to your computer and use it in GitHub Desktop.
function update_sw_version() {
// writes serviceworker.js file with a new value for "version" variable
}
add_action('save_post', 'update_sw_version');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment