MailOptin Update 2.2.70.1 – Improvements, Bug Fixes and More

We’re thrilled to announce our latest plugin update, MailOptin 2.2.70.1. This update brings valuable improvements and crucial bug fixes to ensure a smoother experience with MailOptin. We’re confident this upgrade will streamline your experience with our plugin.

Let’s delve into the fundamental changes.

What’s New:

New Publish Post Conditions Check Filter: We have added a new filter to enhance customization options for your email campaigns. The filter
mo_new_publish_post_condition_check allows you to add more granular control when the new publish post functionality is triggered. You can customize it based on your specific needs, such as only triggering for certain categories, post types, and authors, or based on custom fields.

The code below demonstrates how to use the ‘mo_new_publish_post_condition_check’ filter in WordPress.

add_filter('mo_new_publish_post_condition_check', 'mo_custom_publish_condition', 10, 5);

function mo_custom_publish_condition($condition_check, $new_status, $old_status, $post, $update) {
    // Add additional condition: only for posts in category 5
    return $condition_check && has_category(5, $post->ID);
}

In the example above, the action will only occur if the original condition is met AND the post is in the category with ID 5.

Bug Fixes

  • Email Campaign Issue: Resolved a bug where whitespace in the “From” and “Reply-to” email addresses could prevent email campaigns from being sent.
  • GetResponse Settings: Fixed a bug affecting the contextual display of GetResponse settings fields.
  • PHP Parse Error: Addressed a PHP parse error caused by an unexpected ‘string’ (T_STRING).

You can view the complete changelog here.

These updates aim to enhance the product’s overall functionality and performance. As always, we recommend keeping your software up to date so you can benefit from these improvements and avoid any known issues.

Be sure to update to the latest version to take advantage of this new feature. You can update your MailOptin plugin from your website’s dashboard by navigating to Dashboard>>Updates, or you can download the latest version from your MailOptin account dashboard.

If you encounter any problems or have any feedback, please don’t hesitate to contact our support team.

Happy updating!

Lead Generation & Email Automation Plugin

Install MailOptin today to convert your visitors to email subscribers and engage them with automated newsletters whenever you publish new blog posts.