Skip to content

Commit

Permalink
Remove dash notice
Browse files Browse the repository at this point in the history
  • Loading branch information
uglyrobot committed Dec 9, 2016
1 parent 2746e0d commit 3a5b6f7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion dash-notice
Submodule dash-notice deleted from 1c383c
10 changes: 0 additions & 10 deletions whmcs-integration.php
Expand Up @@ -63,16 +63,6 @@
include_once(plugin_dir_path(__FILE__) .'includes/http/class-whmcs-http-streams.php');
include_once(plugin_dir_path(__FILE__) .'includes/class-whmcs-wordpress-integration.php');

/* -------------------- WPMU DEV Dashboard Notice -------------------- */
global $wpmudev_notices;
$wpmudev_notices[] = array( 'id'=> 263,
'name'=> 'WHMCS WordPress Integration',
'screens' => array(
'toplevel_page_wcp-settings',
) );

include_once(plugin_dir_path(__FILE__) .'dash-notice/wpmudev-dash-notification.php');

add_filter('widget_text', 'do_shortcode'); // Allows use of shortcodes in widgets

$WHMCS_Wordpress_Integration = new WHMCS_Wordpress_Integration();

0 comments on commit 3a5b6f7

Please sign in to comment.