Search
Search form class.
Namespace: WebberZone\Knowledge_Base\Frontend
Since: 2.3.0
Source: includes/frontend/class-search.php line 20
Methods
__construct()
Constructor.
Since: 2.3.0
Line: 27
public function __construct( );
get_search_form() static
Display custom search form for WZKB.
Since: 2.3.0
Line: 43
static public function get_search_form( $args = ... ): void|string|null;
| Type | Name | Description |
|---|---|---|
array | $args | { |
Returns: void|string|null — String when retrieving, null when displaying or if searchform.php exists.