PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 2.7.0
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v2.7.0
2.7.0 2.6.0 trunk 1.1.0 1.1.4 1.2.1 1.2.2 1.2.3 1.2.5 1.2.9 1.3.1 1.3.2 1.5.0 1.5.1 1.5.4 1.5.7 1.5.8 1.5.9 1.6.2 1.6.5 1.6.8 1.7.2 1.7.4 1.7.5 1.7.9 All 43 releases
← All changes | includes/admin/components/analytics/alert/summary.php +1 -1 1.7.52.7.0 View file →
@@ -76,7 +76,7 @@
76 76 $this->data['impression'] = ! empty( $query_result[0]['impression'] ) ? $query_result[0]['impression'] : 0;
77 77 $this->data['click'] = ! empty( $query_result[0]['click'] ) ? $query_result[0]['click'] : 0;
78 78 // phpcs:enable
79 79
80 - $this->data['target_title'] = get_the_title( $rule_id );
80 + $this->data['target_title'] = sellkit_decode_entity_title( get_the_title( $rule_id ) );
81 81 }
82 82 }