FR: Filter for all fields column render functions
X-Raym opened this issue · 1 comments
X-Raym commented
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
Thx again 🙏