Skip to content

Commit

Permalink
Include featured images on the product interstitial
Browse files Browse the repository at this point in the history
  • Loading branch information
lhkowalski committed May 2, 2024
1 parent 0a8a39f commit 93b7804
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,13 @@ public static function get_features_by_tier() {
self::UPGRADED_TIER_SLUG => array( 'included' => true ),
),
),
array(
'name' => __( 'Generate featured images', 'jetpack-my-jetpack' ),
'tiers' => array(
self::CURRENT_TIER_SLUG => array( 'included' => true ),
self::UPGRADED_TIER_SLUG => array( 'included' => true ),
),
),
);
}

Expand Down

0 comments on commit 93b7804

Please sign in to comment.