Skip to content

Instantly share code, notes, and snippets.

@rolandinsh
Last active December 10, 2015 05:28
Show Gist options
  • Save rolandinsh/4387391 to your computer and use it in GitHub Desktop.
Save rolandinsh/4387391 to your computer and use it in GitHub Desktop.
function my_script() in premium code
// hate when premium WordPress themes starts with:
function my_script() {
// ... some code
}
// ....
function my_script2(){
//... some other code
}
//
get_option('mytheme_favicon')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment