Descripción
Add more than one admin email for notification such as new user registration. Brozzme Multiple admin emails, override sanitization of admin_email and new_admin_email to allow multiple admin email, separate with commas.
This function applies a limit, check for valid email using is_email( ) function (WordPress).
With this function, site notifications are sent to these admin emails.
Desde la versión 1.2.0, nuevas funcionalidades y opciones aparecen.
- New notification emails are send when other admin, editor publish content.
- Email with link, edit link,
- On demand notification meta box on post & page to use new notifications.
Opciones
- Limit website admin_email up to 5 addresses.
- Envía correo electrónico al publicar,
- Post & page configuration
- Event configuration (work automatically with pending or publish)
- Notification On Demand mode,
Comportamientos
- override sanitize_option_admin_email and sanitize_option_new_admin_email,
- custom sanitization with is_email() and trim, to prevent thoughtlessness typo,
- remove additional address on desactivate and plugin suppress.
Desde 1.2.0
Si la publicación de eventos está activada
- send notifications, according to the settings, when a post or/and page are save as pending or publish.
- If set, On Demand, adds meta box to send notification on demand or reset notification status.
- The current author will not receive notifications, others admin_email will.
- When a post (or page) notifications has been already send, you will be able to send another notification on demand or reset status.
- Silent mode to hide the meta box for non admin_email when save_post hook is used (can fail with new WordPress editor)
- Modo bajo demanda, perfecto para verificar la publicación de contenido, corrígelo para mejorar el seo, los errores de impresión y las convenciones gráficas.
- Nuevo menú de administración de Brozzme para centralizar todos los plugins de Brozzme.
Lee el FAQ para tener más consejos.
Enlace a Brozzme
Revisa todos los plugins de Benoti / Brozzme en WordPress.org
Capturas
Admin views screenshot-1.png. Brozzme Multiple admin emails settings panel screenshot-2.png. Brozzme Multiple admin emails settings panel in french screenshot-3.png Post or page meta box when no notifications sent yet screenshot-4.png Post or page meta box when a notification has been already sent screenshot-5.png
Instalación
- Upload “multiple-admin-emails” folder to the “/wp-content/plugins/” directory.
- Activate the plugin through the “Plugins” menu in WordPress.
- Add your admin emails and configure notification in Brozzme/Notifications
Preguntas frecuentes
-
How should I write the emails ?
-
Separate with commas. I.e : mail1@tld.com, mail2@tld.com, etc…
-
Where should I write the emails ?
-
As usual, in Settings/General
-
I change the limit but all the emails remains in the settings panel
-
You need to save once again to active this limit, emails are taken in the same order and cut from the end of the list. Be sure to place your most important admin first.
-
I can find the Notification in the Settings panel
-
Los ajustes de notificaciones de mudan al panel de Brozzme.
Reseñas
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
Colaboradores“Brozzme Multiple admin emails” ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.
Traduce “Brozzme Multiple admin emails” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.4
- bugfixes
1.0.0
- Versión inicial.
1.2.0
- Presentamos el menú de administración de Brozzme y las notificaciones de contenido de calidad *
1.2.1
- Se resuelve error con php 7.1*