Skip to content

Commit 95716ad

Browse files
authored
Update README.md
1 parent 166de7c commit 95716ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# wordpress-plugin-template
1+
# WordPress Plugin Template
2+
This template uses concepts such as OOP and DI to make everything more "central" in your next WordPress plugin. This is opposed to the "fragmented" way WordPress code is usually developed.
3+
4+
If you're unfamiliar with OOP (object-oriented programming) then I recommend you [read this introduction](https://www.tutorialspoint.com/php/php_object_oriented.htm).
5+
6+
If you're unfamilair with DI (dependency injection) then I recommend you [read this introduction](http://codeinphp.github.io/post/dependency-injection-in-php/).

0 commit comments

Comments
 (0)