-
Notifications
You must be signed in to change notification settings - Fork 50
Plugin Filters
Jörn Lund edited this page Nov 4, 2017
·
8 revisions
- Filter name:
acf_quick_edit_fields_types
- Parameter:
$fields
An associative array of field type support having the ACF field name as keys and an array of supported fetaures as values.
Features are 'column', 'quickedit' and 'bulkedit'.
- Filter name:
acf_quick_edit_fields_group_filter
- Parameter:
$conditions
Field group conditions passed toacf_get_field_groups()
- Filter name:
acf_quick_edit_fields_gallery_col_max_images
- Parameter:
$max_images
Maximum Number of images
Default:15
- Filter name:
acf_quick_edit_render_{$field_type}
- Parameter:
$render
Default:true
- Parameter:
$acf_field
- Parameter:
$post_type
Return false
to suppress sortability for the a specific field.
Return a value_type like numeric
or datetime
for typecasting.
See WP_Meta_Query::__construct for a list of available types.
- Filter name:
acf_quick_edit_sortable_column_{$field_name}
- Parameter:
$sortable
Default: Whatever is_sortable() on the specific field type returns.
- Action name:
acf_quick_edit_field_{$field_type}
- Parameter:
$acf_field
- Parameter:
$post_type