Skip to content

Instantly share code, notes, and snippets.

@qstudio
Last active December 13, 2020 16:46
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 qstudio/a132e6c96076be5c63da170049a85155 to your computer and use it in GitHub Desktop.
Save qstudio/a132e6c96076be5c63da170049a85155 to your computer and use it in GitHub Desktop.
Hello Willow Example
class ui {
function hello( $args = null ) {
// define key + value to render ##
return [
'hello' => 'Hello'
];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment