PluginProbe
WANotifier for Forms and Actions / 2.4.5
WANotifier for Forms and Actions v2.4.5
3.1.1 3.1.0 3.0.4 2.7.10 2.7.11 2.7.12 2.7.13 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 3.0.0 3.0.1 3.0.2 3.0.3 trunk 0.1.0 0.1.1 1.0.0 1.0.1 1.0.2 All 67 releases
← All changes | includes/classes/class-notifier-dashboard.php +1 -9 2.7.82.4.5 View file →
@@ -17,17 +17,9 @@
17 17 /**
18 18 * Add dashboard page to admin menu
19 19 */
20 20 public static function setup_admin_page () {
21 - add_menu_page(
22 - 'WANotifier',
23 - 'WANotifier',
24 - 'manage_options',
25 - NOTIFIER_NAME,
26 - array( __CLASS__ , 'output'),
27 - 'data:image/svg+xml;base64,' . base64_encode(file_get_contents(NOTIFIER_PATH . 'assets/images/menu-icon.svg')),
28 - '51'
29 - );
21 + add_menu_page( 'WANotifier', 'WANotifier', 'manage_options', NOTIFIER_NAME, array( __CLASS__ , 'output'), 'dashicons-megaphone', '51' );
30 22 }
31 23
32 24 /**
33 25 * Output