Support

Search results for ""

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

Disable Add-on?

Hi! I’m using Admin Columns Pro along with the Gravity Forms add-on. I think I remember being able to display a specific column WITHOUT the add-on that I can’t figure out how to do with the add-on. I’d like to disable the add-on to see if I’m remembering correctly, but there doesn’t seem to be an easy way to do this. Is there an easy way to temporarily disable the Gravity Forms add-on for Admin Columns Pro?

1 year, 3 months ago
Rikin Shah

Hello! I think my request falls into the same general area as Joann’s so I’ll second this.

I can’t access many of the standard Gravity Forms columns (and all of those from other add-ons, like the Partial Entries or Survey Add-ons) when I have Admin Columns activated.

Is there a way to disable just the Gravity Forms Admin Columns add-on?

1 year, 3 months ago
Stefan van den Dungen Gronovius
Developer

Yes, there is a hook to disable specific integrations.
For GravityForms the hook looks like this:
add_filter( 'acp/addon/gravityforms/active', '__return_false' );

1 year, 3 months ago

You must be logged in to reply to this topic.