We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402f03d commit a705a53Copy full SHA for a705a53
classes/Visualizer/Module.php
@@ -740,7 +740,7 @@ public static final function get_features_for_license( $plan ) {
740
*/
741
public static function get_chart_data( $chart, $type, $run_filter = true ) {
742
// change HTML entities
743
- $data = unserialize( html_entity_decode( $chart->post_content ) );
+ $data = unserialize( html_entity_decode( htmlentities( $chart->post_content ) ) );
744
$altered = array();
745
foreach ( $data as $index => $array ) {
746
if ( ! is_array( $index ) && is_array( $array ) ) {
0 commit comments