09/01/21

Sailthru WordPress Plugin 4.3.0

We added a new filter to our WordPress plugin, allowing developers to easily modify custom fields coming to Sailthru with published posts.

The sailthru_content_vars filter passes two arguments to your function:
  1. vars – array of plugin-generated custom fields
  2. post – the WordPress post object

This filter allows you to add any data you’d like to WordPress posts in your Sailthru Content Library. You can then use your new custom fields to render dynamic data in your message templates or to segment your posts into Content Feeds for personalized recommendations.

For more information, see the documentation.
Top