PHPackages                             mindkomm/theme-lib-plugin-multilingualpress - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. mindkomm/theme-lib-plugin-multilingualpress

AbandonedArchivedLibrary[Localization &amp; i18n](/categories/localization)

mindkomm/theme-lib-plugin-multilingualpress
===========================================

Opinionated MultilingualPress optimizations for WordPress themes

1.0.0(8y ago)038MITPHPPHP &gt;=7.0.0

Since Feb 13Pushed 8y ago3 watchersCompare

[ Source](https://github.com/mindkomm/theme-lib-plugin-multilingualpress)[ Packagist](https://packagist.org/packages/mindkomm/theme-lib-plugin-multilingualpress)[ RSS](/packages/mindkomm-theme-lib-plugin-multilingualpress/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Theme\\Plugin\\Multilingual\_Press
----------------------------------

[](#themepluginmultilingual_press)

Opinionated MultilingualPress optimizations for WordPress themes.

- Adds a language switcher widget.
- Doesn’t add language switcher stylesheets in the frontend.
- Adds filter to never redirect search engine bots based on their browser language.
- Removes the «Translation Completed» checkbox when editing a post.

Installation
------------

[](#installation)

You can install the package via Composer:

```
composer require mindkomm/theme-lib-plugin-multilingualpress
```

Usage
-----

[](#usage)

**functions.php**

```
$multilingualpress = new Theme\Plugin\Multilingual_Press\Multilingual_Press();
$multilingualpress->init();
```

### Add language switcher

[](#add-language-switcher)

```
add_filter( 'timber/context', function( $context ) {
    $context['language_switcher'] = Timber::get_widgets( 'language-switcher' );

    return $context;
} );
```

Support
-------

[](#support)

This is a library that we use at MIND to develop WordPress themes. You’re free to use it, but currently, we don’t provide any support.

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3105d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2084481?v=4)[Lukas Gächter](/maintainers/gchtr)[@gchtr](https://github.com/gchtr)

---

Top Contributors

[![gchtr](https://avatars.githubusercontent.com/u/2084481?v=4)](https://github.com/gchtr "gchtr (1 commits)")

### Embed Badge

![Health badge](/badges/mindkomm-theme-lib-plugin-multilingualpress/health.svg)

```
[![Health](https://phpackages.com/badges/mindkomm-theme-lib-plugin-multilingualpress/health.svg)](https://phpackages.com/packages/mindkomm-theme-lib-plugin-multilingualpress)
```

###  Alternatives

[smarty-gettext/smarty-gettext

Gettext plugin enabling internationalization in Smarty Package files

752.5M8](/packages/smarty-gettext-smarty-gettext)[devaslanphp/auto-translate

Auto generate translation JSON files

6627.3k](/packages/devaslanphp-auto-translate)[renatomarinho/laravel-multi-language

Laravel Multi Language

235.1k](/packages/renatomarinho-laravel-multi-language)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
