Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Anne König

Auto activate inline-edit

Hi there,
i cant find an option to auto activate the inline-edit function.
Is it even possible to do this?

Cheers,

3 years, 8 months ago
Stefan van den Dungen Gronovius
Developer

You can activate inline editing for all users on all overview page with the following hook:
add_filter( 'acp/editing/persistent', '__return_true' );

Reference:

acp/editing/persistent

But editing must still be enabled per column on the column settings.

3 years, 8 months ago

You must be logged in to reply to this topic.