All Topics
Custom Field Filter Options Hook
I have created a column for a Custom Field (taxonomy ACF field). By default, the column renders the selected term id. Using the available hooks, I made the column to render the name of the term instead of the term_id.
Now, I want to add a DropDown Filter for this column.
Again, ACP in the filter’s dropdown options shows the term_id’s.
I am after a hook to modify the dropdown’s options to make it display the term names, but I can’t find anywhere in the documentation.
Is there anything available? If so, could you point me to the related documentation or could you provide a basic example?
You must be logged in to reply to this topic.