Skip to content

Commit 1c238f6

Browse files
committed
chore: add Dashboard Customizer to free upsells
1 parent 5aa7395 commit 1c238f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

inc/admin/dashboard/main.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,13 @@ private function get_modules() {
841841
'url' => 'https://docs.themeisle.com/article/1863-content-restriction-module-documentation?utm_source=wpadmin&utm_medium=welcomepage&utm_campaign=contentrestriction&utm_content=neve',
842842
),
843843
),
844+
'dashboard_customizer' => array(
845+
'nicename' => __( 'WP Dashboard Customizer', 'neve' ),
846+
'description' => __( 'Create or modify the WordPress dashboard. Customize the admin pages, admin menu, and admin bar.', 'neve' ),
847+
'documentation' => array(
848+
'url' => 'https://docs.themeisle.com/article/2408-wp-dashboard-customizer-module-documentation?utm_source=wpadmin&utm_medium=welcomepage&utm_campaign=dashboardcustomizer&utm_content=neve',
849+
),
850+
),
844851
);
845852

846853
return array_filter(

0 commit comments

Comments
 (0)