We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8201369 commit c4dfa53Copy full SHA for c4dfa53
includes/admin/feedzy-rss-feeds-import.php
@@ -438,7 +438,7 @@ public function feedzy_import_feed_options() {
438
'posts_per_page' => 100,
439
);
440
$feed_categories = get_posts( $args );
441
- $post_types = get_post_types( '', 'object' );
+ $post_types = get_post_types( '', 'objects' );
442
$post_types = array_diff_key(
443
$post_types,
444
array(
0 commit comments