apply_filters( 'urlManagementDisabled', disabled, group, results, field, current_element, parameters ) → {boolean}
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 |
- Source:
Returns:
The disabled status
- Type
- boolean