get_block_setting( 'views_statistics' ) ) { return; } $limit = opalestate_get_option( 'single_views_statistics_limit', 8 ); $stats = new Opalestate_View_Stats( $property->get_id(), $limit ); $array_label = json_encode( $stats->get_traffic_labels() ); $array_values = json_encode( $stats->get_traffic_data_accordion() ); $chart_color = apply_filters( 'opalestate_chart_color', '#2f73e9' ); ?>