Recent

Shortcodes class

Shortcodes

Admin Columns Class.

Namespace: WebberZone\Better_Search\Frontend
Since: 3.3.0
Source: includes/frontend/class-shortcodes.php line 19

Methods

__construct()

Constructor class.

Since: 3.3.0
Line: 26

public function __construct(  );

bsearch_heatmap() static

Shortcode to get the Better Search heatmap.

Line: 37

static public function bsearch_heatmap( $atts ): string;
TypeNameDescription
array$attsShortcode attributes.

Returns: string — HTML output of the heatmap.

bsearch_form() static

Creates a shortcode [bsearch_form daily=“0”].

Line: 73

static public function bsearch_form( $atts ): string;
TypeNameDescription
array$attsShortcode attributes.

Returns: string — The Better Search form.