Skip to content

Commit d684ae2

Browse files
committed
pass in custom field names to query all
1 parent 991618c commit d684ae2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/flutter_wordpress.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ class WordPress {
315315
fetchTags: fetchTags,
316316
fetchFeaturedMedia: fetchFeaturedMedia,
317317
fetchAttachments: fetchAttachments,
318+
customFieldNames: customFieldNames,
319+
postType: postType
318320
));
319321
}
320322
}

0 commit comments

Comments
 (0)