Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hokoo authored May 31, 2022
1 parent 4a7bf59 commit 5266328
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# What is wpPostAble

Library provides a functionality for associating your models with WordPress WP_Post model.
Once you create the instance, wpPostAble creates the WP_Post object and stores this in your instance.
Once you create the instance, wpPostAble creates the WP_Post object and stores it in your instance.

You can manage your instance with such methods as

Expand All @@ -28,7 +28,6 @@ Use
method to manage metafields, stored inside `posts` table using `post_content_filtered` field.

# How to use
## Preparing step by step.

1. Create your own class based on wpPostAble interface

Expand Down

0 comments on commit 5266328

Please sign in to comment.