Skip to content

1.0.3

Choose a tag to compare

@Yelbow Yelbow released this 31 Aug 12:30
· 12 commits to main since this release

Fix: declutter widgets weren't actually being hidden — hook was registered on the wrong action (load-index.php instead of wp_dashboard_setup), so it ran before any widget existed. Now hooks wp_dashboard_setup at PHP_INT_MAX priority, after all plugins (Yoast etc.) have registered theirs.