Skip to content

Instantly share code, notes, and snippets.

@xyulex
Created February 17, 2016 08:32
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 xyulex/7726ebd3fee41db58a4f to your computer and use it in GitHub Desktop.
Save xyulex/7726ebd3fee41db58a4f to your computer and use it in GitHub Desktop.
H5P: WordPress dev mode
public function isInDevMode() {
return false; // Change it to return true.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment