apply_filters( 'urlManagementDisabled', disabled boolean, group string, results Object, field Object, current_element Object, parameters Object )
add_filter( 'urlManagementDisabled', disabled boolean, group string, results Object, field Object, current_element Object, parameters Object )
Disable the URL management
When returning true, the URL management is disabled
Parameters
| Name | Type | Description |
|---|---|---|
disabled | boolean | The disabled status |
group | string | The group name |
results | Object | The search results |
field | Object | The field object |
current_element | Object | The current element who triggered the event |
parameters | Object | The search parameters |
Returns:
The disabled status
- Type:
- boolean