Skip to content

Commit

Permalink
fix: remove Related Listings settings section
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoo committed May 25, 2022
1 parent eb32362 commit bfbb4fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions includes/class-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ public static function get_sections() {
'slug' => 'newspack_listings_meta_settings',
'title' => __( 'Post Meta Settings', 'newspack-listings' ),
],
'related' => [
'slug' => 'newspack_listings_related_settings',
'title' => __( 'Related Content Settings', 'newspack-listings' ),
],
];

// Product settings are only relevant if WooCommerce is available.
Expand Down

0 comments on commit bfbb4fe

Please sign in to comment.