Plugin info

Total downloads: 4,690
Active installs: 10
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 4/11/2016 (3551 days ago)
Added to WordPress: 2/18/2015 (10 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 4.5.33
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3551 days ago • 1 reviews

22/100

Is wpMandrill Multisite abandoned?

Possibly abandoned (last update 3551 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 4.5.33
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WP Reroute Mandrill
Rating 5.0/5 (1 reviews)Active installs 10

Description

Automatically propagates the wpMandrill settings from the main site to all subsites, still allowing each subsite to manually override them.

Getting Started

Go to Settings -> Mandrill and setup at minimum your API key, FROM name and FROM email. This will have your Mandrill plugin enabled and connected. This is all that is necessary for the wpMandrill Multisite plugin to work. These settings will now be automatically be propagated to the subsites that have no Mandrill settings. You can then manually override them for each site, if you prefer.

Further customization for developers

The plugin offers several hooks that allow developers to modify the default plugin behavior.

wpmandrill_multisite_site_id

$site_id (int). The ID of the current site.

This filter allows you to modify the ID of the current site. Unless the network is a multi-network (a network of multisite networks), this will usually be 1.

wpmandrill_multisite_propagation

$propagate (bool). Whether the settings should be propagated.

$blog_id (int). The ID of the currently iterated blog. Allows custom logic to be built.

This filter allows you to specify whether the wpMandrill settings should be propagated to the subsites. Using the $blog_id you can build a custom logic to disable propagation only for a certain blog. Or if you ignore $blog_id, you can globally disable the propagation.

wpmandrill_multisite_settings

$mandrill_settings (array). An array of all wpMandrill settings that will be propagated.

$blog_id (int). The ID of the currently iterated blog. Allows custom logic to be built.

This filter allows you to modify the wpMandrill settings that will be propagated to the subsites. Using $blog_id, you can use custom logic to change the settings only for a certain blog.

Ideas and bug reports

Any ideas for new modules or any other additional functionality that users would benefit from are welcome.

If you have an idea for a new feature, or you want to report a bug, feel free to do it here in the Support tab, or you can do it at the Github repository of the project:

https://github.com/tyxla/wpMandrill-multisite/

Installation

  1. Make sure you have the wpMandrill plugin installed and activated.
  2. Install wpMandrill Multisite either via the WordPress.org plugin directory, or by uploading the files to your server.
  3. Activate the plugin.
  4. That’s it. You’re ready to go!

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.3

Tested with WordPress 4.5.

1.0.2

Tested with WordPress 4.4.

1.0.1

Tested with WordPress 4.3.

1.0

Initial version.