Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.21 KB

File metadata and controls

23 lines (17 loc) · 1.21 KB

MslsMenu

Scrutinizer Code Quality codecov

MslsMenu extends the Multisite Language Switcher by injecting a language picker into any registered WordPress navigation menu. Install it when you want users to toggle sites and languages without custom walkers.

Install

  • From WordPress: search for “MslsMenu” under Plugins → Add New and activate it.
  • Manual: copy the mslsmenu/ directory to wp-content/plugins/ and activate the plugin.

Usage

  • Head to Appearance → Menus, add the “MslsMenu” item to your chosen menu, and arrange it like any other menu entry.
  • Configure Multisite Language Switcher as usual; MslsMenu reuses its site mappings automatically.

Develop

  • composer install pulls dev tools (Pest, PHPStan, Brain Monkey).
  • composer test runs the Pest suite; composer analyze performs static analysis.

Contribute