Skip to content

Commit b782749

Browse files
committed
pass in custom field names to query all
1 parent faf2d8f commit b782749

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/flutter_wordpress.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ class WordPress {
327327
fetchTags: fetchTags,
328328
fetchFeaturedMedia: fetchFeaturedMedia,
329329
fetchAttachments: fetchAttachments,
330+
customFieldNames: customFieldNames,
331+
postType: postType
330332
));
331333
}
332334
}

0 commit comments

Comments
 (0)