All Low add-ons are now owned by EEHarbor. Read the blog post.
All add-ons

Low GoogleSearch

This is an ex-addon.

  • This add-on has been discontinued, joined the choir invisible and therefore is no longer available.
Compatibility: EE2, EE3, EE4
Latest release: 2.0.0 (released 2016-01-29)
Licensing: Commercial License Agreement

Extension Hooks

mod.low_googlesearch.php, v1.1.0+ — Use this hook to change any of the search parameters before the search is executed.

Arguments

  • $params (array) — the parameters initially loaded.

Return

The (modified) array of parameters.

$params = $this->EE->extensions->call('low_googlesearch_pre_search', $params);
if ($this->EE->extensions->end_script === TRUE) return $this->EE->TMPL->tagdata;