This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Fetch Mailchimp Fields

Descripción

This plugin looks up a Subscriber in MailChimp list and shows their merge fields.

Usage

Optional attributes

  • field_names
    • comma seperated string with list of fields
    • following shortcode will show only FNAME, LNAME fields.
      • [fetch_mailchimp_fields field_names=’FNAME, LNAME’]

Capturas

  • Get merge field values of a MailChimp Subscriber

Reseñas

There are no reviews for this plugin.

Colaboradores y desarrolladores

“Fetch Mailchimp Fields” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Fetch Mailchimp Fields” a tu idioma.

¿Interesado en el desarrollo?

Revise el código , eche un vistazo al repositorio SVN , o suscríbase al log de desarrollo por RSS .

Registro de cambios

1.6.0

  • added client/server side validations
  • setup npm build process for all js/css files that are used.
  • added nonce security check

1.5.0

  • added field_names attribute to allow user to specify list of fields to be shown
  • moved all mailchimp related methods into a seperate wrapper class
  • decoupled tailwindcss into its own file so end user can make custom changes to fetch-mailchimp-fields-public.css
  • displaying merge field names instead of tags in result set
  • made the plugin backward compatible and tested till 4.0

1.0.0

  • Initial release