mcguffin / acf-quickedit-fields

WordPress Plugin implementing Column Displaying, QuickEdit and BulkEdit for Advanced Custom Fields (ACF)
https://wordpress.org/plugins/acf-quickedit-fields/
GNU General Public License v3.0
359 stars 49 forks source link

FR: Filter for all fields column render functions #134

Closed X-Raym closed 1 year ago

X-Raym commented 1 year ago

Hi, The Generic field has a nice filter applied before rendering the value in the column.

apply_filters( 'acf_qef_column_html_' . $this->acf_field['type'], '', $this )

It would be nice if this was accessible to all other fields, it will really help customize the way values are rendered.

Thx!

X-Raym commented 1 year ago

Thx again 🙏