Skip to content

Instantly share code, notes, and snippets.

@duogeekdev
Created February 25, 2015 16:11
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 duogeekdev/25d2e0749005c97be337 to your computer and use it in GitHub Desktop.
Save duogeekdev/25d2e0749005c97be337 to your computer and use it in GitHub Desktop.
mu-plugins sample
<?php
function do_something() {
// Here we are doing something
}
function do_another_thing() {
$some_variable = do_something();
// Here we are doing another thing
}
// Now use do_another_thing() in anywhere you want
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment