Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP Admin Tweaks — Customize, clean, and simplify the WordPress admin experience.

WP Admin Tweaks

Latest release License: GPL-2.0+ WP-CLI Maintained by Best Website

Customize, clean, and simplify the WordPress admin experience.
Hide dashboard clutter, rename menu labels, remove distracting UI elements, and expose it all via WP‑CLI.


Features

  • Hide noisy dashboard widgets for editors
  • Replace the default footer with clean Best Website branding
  • Optionally hide “Help” and “Screen Options”
  • (Optional) Rename “Posts” → “Articles” in the admin menu
  • Read‑only status page under Tools → Admin Tweaks
  • WP‑CLI commands for audit/export

This plugin is intentionally lightweight and opinionated.
Future versions will offer a UI to toggle each tweak individually.


Installation

  1. Upload the wp-admin-tweaks folder to /wp-content/plugins/
  2. Activate via Plugins → WP Admin Tweaks
  3. Visit Tools → Admin Tweaks to review what’s active

To adjust which tweaks are enabled, you can override via code:

add_filter( 'bw_wpat_enabled_tweaks', function( $tweaks ) {
    $tweaks['rename_posts_menu']   = true;  // "Posts" -> "Articles"
    $tweaks['hide_screen_options'] = true;  // hide Screen Options tab
    return $tweaks;
});

WP‑CLI Usage

# Show current tweak config
wp bw admin-tweaks status

# Export configuration as pretty JSON
wp bw admin-tweaks export --format=json

Roadmap / Good first issues

  • ✅ v1.0.0: Read‑only config + WP‑CLI support
  • ⏳ v1.1.0: Admin UI toggles (enable/disable tweaks per site)
  • ⏳ v1.2.0: Multisite-aware defaults per network

If you’d like to help build the toggle UI, see the open issues labeled good first issue.


Author / Support

Built and maintained by Best Websitehttps://bestwebsite.com
Support: support@bestwebsite.com


License

GPL‑2.0‑or‑later

About

Customize, clean, and simplify the WordPress admin experience. Hide clutter, rename menus, remove distractions, expose it all via WP-CLI.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages