false, 'smallest' => '10', // Heatmap - Smallest Font Size. 'largest' => '20', // Heatmap - Largest Font Size. 'unit' => 'pt', // Heatmap - We'll use pt for font size. 'cold' => 'ccc', // Heatmap - cold searches. 'hot' => '000', // Heatmap - hot searches. 'before_term' => '', // Heatmap - Display before each search term. 'after_term' => ' ', // Heatmap - Display after each search term. 'number' => '30', // Heatmap - Maximum number of searches to display in heatmap. 'daily_range' => '7', // Daily Popular will contain posts of how many days? ); echo get_bsearch_heatmap( $args ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped }