Skip to content

Instantly share code, notes, and snippets.

@2Fwebd
Last active June 29, 2017 21:01
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 2Fwebd/0f1d136085d0855112db6dc0510e9714 to your computer and use it in GitHub Desktop.
Save 2Fwebd/0f1d136085d0855112db6dc0510e9714 to your computer and use it in GitHub Desktop.
function revert_to_old_design() {
return "woffice-2-x";
}
add_filter('woffice_design_version', 'revert_to_old_design')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment