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