Support

Search results for ""

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

How to make Inline Editing default to "on"

I have inline editing enabled, but see that the toggle defaults to “off” in the table view so user must switch it “on”. This may be confusing for users. Is there some way to have it default to “on”?

4 years, 6 months ago
Stefan van den Dungen Gronovius
Developer

We do have a hook to force this. You should be able to use the following snippet to enable inline editing by default for all users.

add_filter( 'acp/editing/persistent', '__return_true' )

4 years, 6 months ago

You must be logged in to reply to this topic.