Skip to content

Instantly share code, notes, and snippets.

@kwcjr
Created March 3, 2023 22:35
Show Gist options
  • Save kwcjr/8b867370362eea637b927219042aed87 to your computer and use it in GitHub Desktop.
Save kwcjr/8b867370362eea637b927219042aed87 to your computer and use it in GitHub Desktop.
Hide Update All Button
/**
* Snippet Action: Hide Update All Button on Updates Page.
* Snippet Type: MainWP Custom Dashboard CSS snippet.
* Snippet Author: Keith Crain ( MainWP.com )
*/
#mainwp-plugins-updates-table a:nth-child(3),
#plugins-updates-global a:nth-child(3) { display: none!important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment