Astra_Header_Search_Component
Heading Initial Setup
Description
Source
File: inc/builder/type/header/search/class-astra-header-search-component.php
class Astra_Header_Search_Component {
/**
* Constructor function that initializes required actions and hooks
*/
public function __construct() {
// @codingStandardsIgnoreStart WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
require_once ASTRA_HEADER_SEARCH_DIR . '/class-astra-header-search-component-loader.php';
// Include front end files.
if ( ! is_admin() ) {
require_once ASTRA_HEADER_SEARCH_DIR . '/dynamic-css/dynamic.css.php';
}
// @codingStandardsIgnoreEnd WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
}
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
Methods
- __construct — Constructor function that initializes required actions and hooks
- astra_update_rest_post_query — Update REST Post Query for live search.