Created
October 23, 2013 18:28
-
-
Save pippinsplugins/7123974 to your computer and use it in GitHub Desktop.
Removes the EDD sales sumamry widget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * Plugin Name: Disable EDD Dashboard Widget | |
| * Description: Removes the EDD sales sumamry widget | |
| * Author: Pippin Williamson | |
| * Version: 1.0 | |
| */ | |
| remove_action('wp_dashboard_setup', 'edd_register_dashboard_widgets', 10 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment