Skip to content

Instantly share code, notes, and snippets.

@Pross
Created October 12, 2020 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pross/4cf9787acd67d5df512a788a0c620589 to your computer and use it in GitHub Desktop.
Save Pross/4cf9787acd67d5df512a788a0c620589 to your computer and use it in GitHub Desktop.
Enable quick edit for modules, saved rows etc
add_action( 'admin_init', function() {
remove_action( 'post_row_actions', 'FLBuilderUserTemplatesAdminList::row_actions' );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment