Closed rumspeed closed 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' );
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.
Received, thank you! Queued up for review early in the week.
Updated the base to develop after getting it up to date.
develop
Sounds good.
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.