BM Concierge
Through BM Concierge we provide helpful services right from the WordPress dashboard and editor.
by Bernskiold Media · github.com/bernskiold/bm-concierge · website
★ 2stars
22release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/bernskiold/bm-concierge/releases/download/1.1.1/bm-concierge.zipDeclares an update source (false), so updates arrive through the plugin's own updater.
From the readme
BM Concierge
Through BM Concierge we provide helpful services right from the WordPress dashboard and editor. Concierge is available for all Company Cloud websites by default, and can be added
to any of our WordPress customers' websites.
Supported Services
- Proofreading
- On-Page SEO Optimization
- Accessibility Audit
- Page Layout
- Translation (Machine-Learning)
Coming soon:
- Translation (Agency)
Hooks
The behavior of Concierge can be customized via hooks. Common usecases would be customer specific pricing, disabling concierge for some sites in a multisite, or selecting which
services are available.
Disabling Concierge
If the filter bm/concierge/enabled returns false, Concierge will not be loaded for the website.
Disabling Specific Concierge Services
All services are enabled by default. To disable a service, return its filter as false.
- Proofreading: bm/concierge/services/proofreading
- Layout: bm/concierge/services/layout
- Accessibility: bm/concierge/services/accessibility
- On-Page SEO: bm/concierge/services/onpage
- Machine Translation: bm/concierge/services/machinetranslation
This could be used to either disable a service completely, or selectively based on ru
Read the full README on GitHub →