For the complete documentation index, see llms.txt. This page is also available as Markdown.

asp_suggested_phrases

Allowsaccess to the Suggested Phrases (beneath the search bar) on certain conditions.

apply_filters('asp_suggested_phrases', array $phrases, int $search_id);

Parameters

  • $phrases(array) - Array containing the keywords.

  • $search_id (int) - Search instance ID

Usage

Last updated