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 a3fdcc1 commit f95ec23Copy full SHA for f95ec23
README.md
@@ -1,7 +1,7 @@
1
-# WP OOP
+# OOP WP
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.
+OOP WP 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.
composer.json
@@ -1,5 +1,5 @@
{
- "name": "sebkay/wp-oop",
+ "name": "sebkay/oop-wp",
"authors": [
"name": "Seb Kay",
0 commit comments