|
@@ -204,9 +204,9 @@ |
|
204
|
204
|
if ( ! Premium::is_premium_features() ) { |
|
205
|
205
|
return false; |
|
206
|
206
|
} |
|
207
|
207
|
|
|
208
|
|
- if ( null === $term_id ) { |
|
208
|
+ if ( is_null( $term_id ) ) { |
|
209
|
209
|
$term_id = get_queried_object_id(); |
|
210
|
210
|
} |
|
211
|
211
|
|
|
212
|
212
|
// Get term meta using Widget meta name const. |