Function __global->perform_keyword_search
Definitions
sources/search.php
- Find data about most popular keyword usage, with optional constraints.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$limit_to | ?array | Null | N/A | N/A | List of SEO type codes to limit to (null: no limit) |
$keyword_prefix | ?string | Null | N/A | N/A | Keyword prefix to limit to (null: no limit) |
$max | integer | 300 | N/A | N/A | Maximum number of results to return |
$apply_permissions | boolean | True | N/A | N/A | Whether to apply permissions |
Return
- Map between keyword and count, in commonality order
- Type: array
- Set: N/A
- Range: N/A