Skip to content

Instantly share code, notes, and snippets.

@Pross
Created October 12, 2020 17:47
Show Gist options
  • Select an option

  • Save Pross/4cf9787acd67d5df512a788a0c620589 to your computer and use it in GitHub Desktop.

Select an option

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' );
} );
@studioavanti

Copy link
Copy Markdown

Hi, this is an handy snippet for productivity that used to work for me but doesn't in a specific site, running WP 6.9.4, BB 2.10.1.2 and BT 1.5.2.4: all quick edit fields are blank.
Maybe to be checked ?
Or something specific to my site might be interfering…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment