Correct way to inject columns
Since I have a multisite setup, I was storing the AC table views with local storage (PHP files) so that there’d be just 1 centrally-accessible version for all the sites. Then because I have a suite of plugins, I was modifying the stored AC PHP files to add a custom filter that I could use to inject columns from other plugins. That was working fine before, but I see now that AC has overwritten all my table view files (even though they were set to writable = false) “baking-in” the columns that were supposed to be dynamically injected by my filter.
What’s the correct Admin Columns way to inject a column into a PHP-stored table view? I don’t see an AC hook that is obvious for that purpose OR is there a way of preventing AC from overwriting my customized locally-stored table view PHP files?
You must be logged in to reply to this topic.