We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b8c50 commit a14e328Copy full SHA for a14e328
README.md
@@ -1,2 +1,7 @@
1
-# wp-oop
+# WP OOP
2
A simple library of OOP style helpers for WordPress theme and plugin development.
3
+
4
+## What is this?
5
+WP OOP is a package that give you a load of handy classes and methods to use when building things in WordPress.
6
7
+It can give you well-formatted classes like User and Post which can then be extended into sub-classes in your own projects.
0 commit comments