Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Jonas

ac_register_columns and filtering of custom post type titles

I have admin columns generated via php code with the ac_register_columns function. The code itself is generated via the plugin.
However when new custom posts are added, the filtering function of the admin column is not updated and only old titles are shown.
If I remove the code and have the admin column generated via setting (and not ac_register_columns), it works fine and the new posts are shown.
Is this a defect?

8 years, 10 months ago
Tobias Schutter
Developer

Hi Jonas, I’ll look into this. Which column type are you trying to filter?

8 years, 10 months ago
Jonas

The Type is “Custom Field”, and the Field Type is “Post Title (Post ID’s)”.

8 years, 10 months ago
Tobias Schutter
Developer

I could not reproduce the issue. You could try disiabling the caching by adding add_filter( 'cac/is_cache_enabled', '__return_false' ); to your theme’s functions.php.

8 years, 10 months ago

You must be logged in to reply to this topic.