PluginProbe
Sharing Image / 3.7
Sharing Image v3.7
3.10 trunk 2.0 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 3.0 3.1 3.2 3.3 All 29 releases
← All changes | classes/class-meta.php +1 -1 3.23.7 View file →
@@ -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.