Skip to content

Commit f95ec23

Browse files
committed
Changed any referencs to WP-OOP
1 parent a3fdcc1 commit f95ec23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# WP OOP
1+
# OOP WP
22
A simple library of OOP style helpers for WordPress theme and plugin development.
33

44
## 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.
5+
OOP WP is a package that give you a load of handy classes and methods to use when building things in WordPress.
66

77
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "sebkay/wp-oop",
2+
"name": "sebkay/oop-wp",
33
"authors": [
44
{
55
"name": "Seb Kay",

0 commit comments

Comments
 (0)