Skip to content

Commit feb2787

Browse files
committed
More cleanup
1 parent 210c930 commit feb2787

2 files changed

Lines changed: 0 additions & 98 deletions

File tree

assets/js/color-customizer.js

Lines changed: 0 additions & 88 deletions
This file was deleted.

classes/utils/class-debug-tools.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,6 @@ public function add_toolbar_items( $admin_bar ) {
9898

9999
$this->add_toggle_recommendations_ui_submenu_item( $admin_bar );
100100

101-
// Add color customizer item.
102-
$admin_bar->add_node(
103-
[
104-
'id' => 'prpl-color-customizer',
105-
'parent' => 'prpl-debug',
106-
'title' => 'Color Customizer',
107-
'href' => \admin_url( 'admin.php?page=progress-planner-color-customizer' ),
108-
]
109-
);
110-
111101
$this->add_placeholder_demo_submenu_item( $admin_bar );
112102
}
113103

0 commit comments

Comments
 (0)