apply_filters( 'ep_acf_repeater_should_display_field_setting', $should_display, $field ) → {bool}
Filter whether EP should or not display the field setting in ACF
Parameters:
Name | Type | Description |
---|---|---|
$should_display |
bool | Whether should or not display the field setting in ACF |
$field |
array | The ACF Field array |
- Since:
- 5.3.0
- Source:
Returns:
New value of $should_display
- Type
- bool