Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

MailWizz Newsletter Box

Описание

Adds a subscription widget for your MailWizz Email Marketing Application based on the
PHP-SDK.
Using the widget, you can generate a subscription form based on your mail list definition.
You also have full control over the generated form, so you can continue changing it until it fits your needs.

Установка

  1. Upload the folder mailwizz-newsletter-box to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit widgets area to setup the subscription widget

Отзывы

Нет отзывов об этом плагине.

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

«MailWizz Newsletter Box» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «MailWizz Newsletter Box» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0

  • Initial release.

1.1

  • Added nonce check on subscribe form submission
  • Replaced json_encode with MailWizzApi_Json::encode to make it work on hosts without json_encode

1.2

  • Use composer for the php sdk
  • General updates