Skip to content

Instantly share code, notes, and snippets.

@ashiishme
Created June 26, 2019 18:11
Show Gist options
  • Save ashiishme/519ca3f8a6d4309817796dae635ebd37 to your computer and use it in GitHub Desktop.
Save ashiishme/519ca3f8a6d4309817796dae635ebd37 to your computer and use it in GitHub Desktop.
Object oriented programming example in PHP for wordpress plugin development.
<?php
// Class in php
class MyClass {
// our data and methods goes here
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment