We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ae4a5e + a944352 commit c7c4847Copy full SHA for c7c4847
includes/Sites_Listing.php
@@ -230,6 +230,6 @@ private function get_upsell_status() {
230
8 => 2,
231
9 => 3,
232
);
233
- return ! isset( $category_mapping[ $category ] ) || $category_mapping[ $category ] < 2;
+ return apply_filters( 'product_neve_license_status', false ) !== 'valid' || ! isset( $category_mapping[ $category ] ) || $category_mapping[ $category ] < 2;
234
}
235
0 commit comments