Miller-Media / send-emails-with-mandrill

A fork of the official wpMandrill plugin for Wordpress, since it is no longer being actively supported.
21 stars 15 forks source link

Filters to Disable Reports and Dashboard Widgets #55

Closed rumspeed closed 4 years ago

rumspeed commented 4 years ago

Simple filters that allow for the admin page Mandrill Reports and the dashboard Mandrill Widget to be disabled. Here is the usage for the new filters.

add_filter( 'wpmandrill_enable_reports', '__return_false' ); add_filter( 'wpmandrill_enable_widgets', '__return_false' );

This is related to Issue #54.

Link to my WordPress profile.

MillerMedia commented 4 years ago

Received, thank you! Queued up for review early in the week.

MillerMedia commented 4 years ago

Updated the base to develop after getting it up to date.

rumspeed commented 4 years ago

Sounds good.