Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amostajo committed Feb 9, 2023
1 parent ae7edc1 commit 0df188d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $books = wp_query_builder()
->where( ['post_type' => 'book'] )
->get();

foreach ($books as $book) {
foreach ( $books as $book ) {
echo $book->ID;
echo $book->name;
}
Expand Down

0 comments on commit 0df188d

Please sign in to comment.