Skip to content

Instantly share code, notes, and snippets.

@pippinsplugins
Created October 23, 2013 18:28
Show Gist options
  • Select an option

  • Save pippinsplugins/7123974 to your computer and use it in GitHub Desktop.

Select an option

Save pippinsplugins/7123974 to your computer and use it in GitHub Desktop.
Removes the EDD sales sumamry widget
<?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