Skip to content

Commit

Permalink
pass in custom field names to query all
Browse files Browse the repository at this point in the history
  • Loading branch information
yringler committed Apr 13, 2021
1 parent faf2d8f commit b782749
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/flutter_wordpress.dart
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ class WordPress {
fetchTags: fetchTags,
fetchFeaturedMedia: fetchFeaturedMedia,
fetchAttachments: fetchAttachments,
customFieldNames: customFieldNames,
postType: postType
));
}
}
Expand Down

0 comments on commit b782749

Please sign in to comment.