Перейти до вмісту
WordPress.org

Україна

  • Теми
  • Плагіни
  • Новини
  • Підтримка
  • Про
  • Документація
  • Спільнота
  • Завантажити WordPress
Завантажити WordPress
WordPress.org

Plugin Directory

Blaminhor – All-in-One: Redirects, Favicon, User Roles & 22 More

  • Надіслати плагін
  • My favorites
  • Увійти
  • Надіслати плагін
  • My favorites
  • Увійти

Blaminhor – All-in-One: Redirects, Favicon, User Roles & 22 More

Від автора blaminhor
Завантажити
  • Деталі
  • Відгуки
  • Встановлення
  • Розробка
Підтримка

Опис

One plugin to replace twenty. Free forever.

I was tired of my WordPress installs looking like a graveyard of single-purpose plugins — one for SEO, one for cache, one for SMTP, one for redirects, one for backups. Each one with its own dashboard, its own freemium dance. So I built Blaminhor Essentials — and I never sell your data.

Why this plugin exists:

  • Every WordPress essential under one roof. SEO, cache, SMTP, backup, cookie banner, contact forms, calendar, anti-spam, login security, redirections, broken links, duplicator, database optimizer, domain changer, fatal error recovery, favicon, HTTPS redirect, hide login, image sizes, maintenance mode, mute core emails, post types order, user role editor, classic editor, disable comments. Switch on what you use today; the rest stays out of your way until the day you need it.
  • Your existing data comes with you. Switching does not mean starting over: built-in importers for Yoast, Rank Math, All in One SEO, WP Mail SMTP, Post SMTP, Easy WP SMTP, Redirection, Safe Redirect Manager, Custom Taxonomy Order, Favicon by RealFaviconGenerator, and the standalone User Role Editor. The dedicated plugins you’ve stacked one by one over the years, now in a single coherent toolkit.
  • No tax for what you don’t use. Each module is independent: an inactive one loads no PHP, registers no hooks, enqueues no assets, runs no queries. You’re only paying — in memory and milliseconds — for the features you actually turned on.
  • Rebuilt on modern PHP. Since version 2, every module has been re-engineered from the ground up to take full advantage of PHP 8 — strict types, enums and value objects — for tighter security and faster, leaner execution.
  • Free. All features above are free. No tracking, no telemetry.
  • Translated in 11 languages. English, French, German, Spanish, Italian, Portuguese (Brazil), Japanese, Russian, Turkish, Dutch, Indonesian.
  • You can email me anytime. hi+wp@blaminhor.com

Available Features — 25 modules:

Performance

  • Cache & Performance — Page cache, asset optimization and lazy load, plus a Web Vitals dashboard and an auto-pilot that benchmarks each speed option on your own pages.

SEO & Links

  • SEO/GEO — Meta titles and descriptions with SERP preview, XML sitemaps, per-type indexing control, and one-click import from Yoast, Rank Math or All in One SEO.
  • Redirections — Simple or regex redirects (301, 302, 307, 410, 451) with hit counters, slug-change detection, and CSV / plugin import (Redirection, Safe Redirect Manager).
  • Broken Links — Scan posts, pages and custom post types for dead internal and external links, with live results and one-click fixes.

Emails

  • SMTP Mailer — Reliable delivery through 12+ providers (Brevo, SendGrid, Mailgun, AWS SES…) with automatic relay fallback, logging, and import from WP Mail SMTP, Post SMTP or Easy WP SMTP.
  • Mute Core Emails — Silence WordPress automatic notifications (updates, new users, password changes, comments) individually.

Security & Maintenance

  • Cookie Banner — Self-hosted consent banner that blocks tracking scripts and embeds until visitors agree, with GDPR/CCPA/LGPD presets, Consent Mode v2, and a 13-month consent log.
  • Anti-Spam — Block spam bots on the comment, login, registration and password forms with a hidden honeypot trap, and encode the email addresses shown on your site so harvesters cannot read them — no CAPTCHA, no external service.
  • Login Security (Beta) — Lock out brute-force attempts on every sign-in route (login form, XML-RPC, REST API, application passwords) before the password is checked, add two-factor authentication (authenticator app, security key or passkey, emailed code, single-use backup codes) with trusted browsers, alert on sign-ins from unfamiliar devices, enforce a password policy per role, and keep a journal of every attempt with addresses stored hashed. Entirely local, no external service.
  • Hide Login Page — Replace wp-login.php with a custom URL and block bots probing the default login.
  • HTTPS Redirect — Force HTTPS site-wide with optional mixed-content fixing and an HSTS header.
  • Fatal Error Recovery — Recover a crashed site from a secret URL by disabling the culprit plugin, with no FTP access.
  • Maintenance — Show a Coming Soon (200) or Maintenance (503) page, with role and IP whitelisting.
  • User Role Editor — Create, clone and edit roles and capabilities, with per-user overrides, JSON import/export and one-click import from the standalone User Role Editor plugin.

Database & Migration

  • Backup & Restore — Scheduled backups of files and database as separate archives, with a safety backup and one-click undo before every restore.
  • Database Optimizer — Clean revisions, transients, spam and orphaned data on a schedule, with an at-a-glance size and overhead overview.
  • Domain Changer — Change your site domain and update every database reference, including serialized data, in one click.

Content & Media

  • Calendar (Beta) — Publish events with recurrence, venues, organizers, calendar views, iCal import and RSVP, and run a full booking system for appointments and resource rentals with reminders and Stripe payments.
  • Forms (Beta) — Accessible drag-and-drop contact forms with entries stored in the database, no-CAPTCHA spam protection, and GDPR controls.
  • Content Duplicator — Clone any post, page or custom post type with all fields, taxonomies and child posts; supports every major page builder.
  • Classic Editor & Widgets — Restore the classic editor and/or the classic widgets screen, independently.
  • Image Sizes — Disable unused thumbnail sizes, register custom ones, and regenerate existing images.
  • Favicon Generator — Generate every favicon format (PNG, Apple Touch, Android, Windows tiles) from a single square image, or import an existing set from Favicon by RealFaviconGenerator or the WordPress Site Icon.
  • Post Types Order — Reorder posts, pages, custom post types and taxonomies with drag and drop, and import an existing term order from Custom Taxonomy Order.
  • Disable Comments — Remove the comment system site-wide and hide it from the admin, reversibly.

WP-CLI Commands

Every module is fully configurable from the command line through the wp blaminhor ... namespace — useful for scripts, CI/CD, fixtures, and AI assistants like Claude Code or Cursor. The CLI delegates to the same validation pipeline as the admin UI, so settings stay consistent.

Discover the full command tree:

wp help blaminhor
wp help blaminhor <subcommand>

Lifecycle:

wp blaminhor info
wp blaminhor modules list [--active-only|--inactive-only] [--category=<slug>]
wp blaminhor modules activate <module-id>
wp blaminhor modules deactivate <module-id> [--yes]

A few examples per module (full reference: see the bundled llms.txt):

  • SMTP: wp blaminhor smtp add-relay --name=Gmail --host=smtp.gmail.com --port=587 --encryption=tls --from-email=hello@example.com, wp blaminhor smtp test --to=admin@example.com
  • Redirections: wp blaminhor redirections add --source=/old --target=/new, wp blaminhor redirections list --search=/blog
  • SEO/GEO: wp blaminhor seo set --sitemap-enabled=true --ai-block-chatgpt=true, wp blaminhor seo list-urls
  • Maintenance: wp blaminhor maintenance enable --headline="Be right back", wp blaminhor maintenance disable
  • HTTPS Redirect: wp blaminhor https-redirect enable --hsts=true
  • Database Optimizer: wp blaminhor db-optimizer scan, wp blaminhor db-optimizer clean --tasks=revisions,spam_comments
  • Login Security: wp blaminhor login-security unlock 203.0.113.7, wp blaminhor login-security reset-2fa admin
  • Cache: wp blaminhor cache purge, wp blaminhor cache status
  • Backup: wp blaminhor backup list, wp blaminhor backup delete <prefix> --yes

All listing commands accept --format=table|json|csv|yaml|count|ids for scripting. Mutating commands require --user=<admin-login> for the capability check. Sensitive values (SMTP passwords, recovery keys) are never printed in cleartext.

The Backup module exposes list and delete only — creating and restoring a backup remain admin-only, where the stepped AJAX flow avoids PHP timeouts and the pre-restore safety net runs.

Скріншоти

Modular dashboard – Enable only the modules you need, organised by category with instant activation.
Modular dashboard – Enable only the modules you need, organised by category with instant activation.
Cache & Performance – Overview of your whole cache stack, with an auto-pilot that tests each speed option on your real pages.
Cache & Performance – Overview of your whole cache stack, with an auto-pilot that tests each speed option on your real pages.
SEO/GEO – Manage meta titles and descriptions for all your content from one place, with at-a-glance optimisation status.
SEO/GEO – Manage meta titles and descriptions for all your content from one place, with at-a-glance optimisation status.
SMTP Mailer – Send through several relays with automatic fallback when one provider fails.
SMTP Mailer – Send through several relays with automatic fallback when one provider fails.
Backup & Restore – Choose exactly what to back up: database, plugins, themes and uploads.
Backup & Restore – Choose exactly what to back up: database, plugins, themes and uploads.
Database Optimizer – See your database size and overhead, then clean and optimise in one click.
Database Optimizer – See your database size and overhead, then clean and optimise in one click.
Fatal Error Recovery – Recover a crashed site from a secret recovery URL, with no FTP access.
Fatal Error Recovery – Recover a crashed site from a secret recovery URL, with no FTP access.
Image Sizes – Review every registered thumbnail size and disable the ones you do not use.
Image Sizes – Review every registered thumbnail size and disable the ones you do not use.
User Role Editor – Edit capabilities per role, search, and add or clone roles.
User Role Editor – Edit capabilities per role, search, and add or clone roles.
Cookie Banner – GDPR consent banner with jurisdiction presets, layout and appearance controls.
Cookie Banner – GDPR consent banner with jurisdiction presets, layout and appearance controls.

Встановлення

  1. Upload the blaminhor-essentials folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to “Blaminhor Essentials” in the admin menu.
  4. Turn on the features you need.

Часті питання

Will activating all features slow down my site?

No. Each module only loads its code when activated. Disabled modules have zero impact on performance — no PHP loaded, no hooks registered, no queries run.

Is it really free?

Yes, genuinely free. Every module and every feature ships in the single free download — no expiring trial, no ads in your dashboard, nothing held back for a paywall. I don’t track you and I don’t sell your data. If it saves you time, a kind review is all I ask.

What are the requirements?

WordPress 6.2 or newer and PHP 8.1 or newer. It runs fine on standard shared hosting: heavy jobs like backups and link scans are processed in small batches to avoid timeouts, and no background service or special server access is required.

Can I replace multiple plugins with this one?

Yes, that’s the main goal. Blaminhor Essentials can replace Redirection, Yoast/Rank Math, WP Mail SMTP, UpdraftPlus, Duplicate Post, User Role Editor, Limit Login Attempts, WP 2FA, and many others.

Will it conflict with my existing SEO, cache or SMTP plugin?

Every module is off by default and independent, so installing the plugin changes nothing until you switch something on. The one thing to avoid is running two plugins that do the same job — two SEO plugins, or two page caches — since they can clash. The clean path is to import your data into the matching module, then deactivate the old plugin.

How do I migrate my data from other plugins?

Several modules include import features, so you don’t lose your existing setup:
– SEO: Import titles, descriptions and keywords from Yoast SEO, Rank Math or All in One SEO.
– SMTP: Import from WP Mail SMTP, Post SMTP or Easy WP SMTP.
– Redirections: Import from the Redirection plugin, Safe Redirect Manager or a CSV file.
– Post Types Order: Import your saved term order from Custom Taxonomy Order.
– Favicon: Import an existing favicon set from Favicon by RealFaviconGenerator, or from the WordPress Site Icon.
– User Role Editor: Import roles and custom capabilities from the standalone User Role Editor plugin, or from a JSON export.

Does the plugin send my data to external servers?

No. Everything runs on your own server by default — no telemetry, no usage tracking. The only data that ever leaves your site is what you set up yourself: the SMTP module sends your emails through the relay you choose, the Cache module can run a Google PageSpeed audit when you click the button, and Fatal Error Recovery can email me the errors this plugin causes if you switch that option on. Nothing else.

What exactly is sent if I turn on error reports?

That option lives in Fatal Error Recovery → Settings and is off until you tick it. Once on, an error raised inside a Blaminhor Essentials file is emailed to me so I can fix it; errors from other plugins or from your theme are never sent. A report contains the error message, the file and line inside the plugin, and the plugin, WordPress and PHP versions. File paths, email addresses, IP addresses and credentials are stripped out first, and your site address is never included — only a one-way identifier that cannot be traced back to your site. The same error is reported once per plugin version, five reports per version at most. Untick the option and everything stops immediately.

What happens to my settings if I deactivate or uninstall the plugin?

Your data is safe by default. Deactivating keeps every setting untouched, so you can switch the plugin back on right where you left off. Even deleting the plugin removes nothing unless you first turn on the “Delete all data on uninstall” option — and your posts, pages and media are never touched either way. If you do opt in, uninstalling cleans up the plugin’s own options, tables and files so nothing is left behind.

If I turn off a module, do I lose its data?

No. Turning a module off only stops it from running — your redirects, SEO meta, form entries and settings are all kept, so you can switch it back on later exactly as it was. Data is only removed if you delete the whole plugin with the “Delete all data on uninstall” option enabled.

Can I back up my entire site?

Yes. The Backup module creates separate archives for database, plugins, themes and uploads. You can schedule automatic backups (daily, weekly, monthly) and set retention limits.

What happens if a backup restore goes wrong?

The plugin automatically creates a safety backup before any restore. If something goes wrong, you can undo it with one click.

Does the SMTP module support multiple providers?

Yes. You can configure multiple relays with automatic fallback. If the primary one fails, it tries the next in your list.

Can I duplicate Elementor/Divi pages?

Yes. The Content Duplicator fully supports all major page builders, including Elementor, Divi, Beaver Builder, Brizy and Oxygen.

Can I control which user roles can access certain features?

Yes. For example, the Post Types Order module lets you choose which roles can reorder content (Administrator, Editor or Author), and the User Role Editor gives you fine-grained control over every capability.

What if my site crashes after a plugin update?

The Fatal Error Recovery module detects PHP fatal errors and gives you a secret recovery URL to deactivate the problematic plugin — no FTP access needed.

What languages is the plugin available in?

Eleven. English, French, German, Spanish, Italian, Brazilian Portuguese, Japanese, Russian and Turkish are fully translated; Dutch and Indonesian are partially translated, with anything untranslated falling back to English.

Does the plugin work with multisite?

Yes, on a per-site basis. Each site keeps its own settings, its own database tables and its own backups (Backup, Domain Changer and Database Optimizer store archives in a separate per-site folder), so sites stay fully isolated. Network activation, deactivation and uninstall apply cleanly to every site, and sites created later are set up automatically. Two notes: server-level browser cache and GZIP rules live in the shared root .htaccess and are managed by a network administrator (PHP page caching still applies on every site); and there is no central Network Admin screen yet, so you configure each site from its own dashboard.

How can I get support?

Email me at hi+wp@blaminhor.com or visit wp.blaminhor.com. You can also use the feedback form on the plugin dashboard.

Відгуки

Effet wouahhhhhh

laurentleyvraz 17.05.2026 1 reply
Il y a une semaine, en parcourant mon fil Facebook sur une page d’entraide WordPress, je suis tombé sur une publication de Blaminhor — et honnêtement, je ne m’attendais pas à ce que ça change autant ma façon de gérer mon site. Sceptique au départ face au nombre d’installations encore modeste, je me suis quand même lancé… et quelle bonne décision ! Blaminhor est ce que j’appellerais une extension “bundle” dans le meilleur sens du terme : SEO, cache et performances, copie d’articles et de pages, gestion des cookies, optimisateur de base de données, SMTP — tout y est, regroupé en un seul outil cohérent et redoutablement efficace. Grâce à lui, j’ai pu éliminer une bonne partie de mes extensions, allégeant mon installation WordPress comme jamais. Le travail accompli par ce développeur est tout simplement remarquable. Il ne manque plus que quelques briques pour atteindre la perfection absolue : un module de gestion d’événements digne de The Events Calendar, un système de formulaires de contact à la hauteur de Contact Form 7 avec ses extensions associées, un équivalent à Mailpoet pour la gestion des newsletters, un encodeur d’adresses mail et enfin un gestionnaire de snippets — et ce jour-là, je pourrai me débarrasser de la quasi-totalité de mes extensions restantes. Le potentiel est immense, et au vu de la trajectoire actuelle, je ne serais pas surpris que tout cela arrive :-). Si le système de notation le permettait, je mettrais 6 étoiles sans hésiter — 5, c’est tout simplement trop peu pour ce que Blaminhor m’a déjà apporté.

A must-have for reducing plugin clutter!

Dustin Tantum 17.05.2026 1 reply
This plugin deserves way more attention! It’s packed with super useful features, but you only activate what you need so there’s zero bloat. This single plugin effortlessly replaced four separate maintenance and functionality plugins I previously relied on. Give it a try… you won’t be disappointed!

Just get this…wow!

Bill Lewis 10.04.2026 1 reply
I can mot say enough about this SUPER plugin and FREE. WOW! The Best WPPlug in EVER! E V E R!!!!!!! The list of what it does goes on and on. Thanks! You can also use the feedback form on the plugin dashboard.
Прочитати всі 3 відгуки

Учасники та розробники

“Blaminhor – All-in-One: Redirects, Favicon, User Roles & 22 More” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники
  • blaminhor

“Blaminhor – All-in-One: Redirects, Favicon, User Roles & 22 More” було перекладено на 3 локалізації. Дякуємо перекладачам за їх роботу.

Перекладіть “Blaminhor – All-in-One: Redirects, Favicon, User Roles & 22 More” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

2.6.0

  • New module: Login Security (Beta) – Everything that guards the front door, on your own site with no external service:
    • Brute-force throttling across the login form, XML-RPC, the REST API and application passwords.
    • Two-factor sign-in: authenticator app, security key or passkey, emailed code and single-use backup codes, with trusted browsers.
    • A password policy and sign-in alerts, plus a privacy-friendly journal of every attempt with hashed addresses.
    • WP-CLI unlock and second-factor reset, an IP allowlist and a wp-config.php switch so you can never lock yourself out.
  • Improved: Core – Confirms compatibility with WordPress 7.1, including the always-iframed post editor, client-side media processing and the persistent editor toolbar.
  • Improved: Hide Login Page – Points to the Login Security module for brute-force throttling, two-factor authentication and a sign-in journal.

Older versions (2.5.14 and earlier) are archived in changelog.txt shipped with the plugin.

Мета

  • Версія 2.6.0
  • Останнє оновлення 2 дні тому
  • Активних встановлень 60+
  • Версія WordPress 6.2 або вище
  • Tested up to 7.1
  • Версія PHP 8.1 або вище
  • Мови

    Dutch, English (US), Lao і Russian.

    Перекладіть на свою мову

  • Позначки
    all in onebroken linkscookie bannerhide loginmaintenance mode
  • Розширений перегляд

Оцінки

5 out of 5 stars.
  • 3 5-star reviews 5 stars 3
  • 0 4-star reviews 4 stars 0
  • 0 3-star reviews 3 stars 0
  • 0 2-star reviews 2 stars 0
  • 0 1-star reviews 1 star 0

Your review

See all reviews

Учасники

  • blaminhor

Підтримка

Є що сказати? Потрібна допомога?

Перейти в форум підтримки

  • Про нас
  • Новини
  • Хостинг
  • Приватність
  • Вітрина
  • Теми
  • Плагіни
  • Паттерни
  • Навчання
  • Підтримка
  • Розробники
  • WordPress.tv ↗
  • Приєднатися
  • Події
  • Підтримати ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Україна

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Завітайте до нашої стрічки в Mastodon
  • Visit our Threads account
  • Завітайте на нашу сторінку в Facebook
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
Код – це поезія.
The WordPress® trademark is the intellectual property of the WordPress Foundation.