Skip to content

Commit

Permalink
Remove "Core" from plugin name and admin menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
nerijuszaniauskas committed Jan 8, 2024
1 parent c6a8900 commit 92b004f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions omnisend/class-omnisend-core-bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

define( 'OMNISEND_CORE_PLUGIN_VERSION', '1.0.0' );
define( 'OMNISEND_CORE_SETTINGS_PAGE', 'omnisend' );
define( 'OMNISEND_CORE_PLUGIN_NAME', 'Omnisend Core' );
define( 'OMNISEND_CORE_PLUGIN_NAME', 'Omnisend' );
define( 'OMNISEND_CORE_WOOCOMMERCE_PLUGIN_NAME', 'Email Marketing for WooCommerce by Omnisend' );

// Change for different environment.
Expand All @@ -48,8 +48,8 @@ public static function load() {
}

public static function add_admin_menu() {
$page_title = 'Omnisend Core';
$menu_title = 'Omnisend Core';
$page_title = 'Omnisend';
$menu_title = 'Omnisend';
$capability = 'manage_options';
$menu_slug = OMNISEND_CORE_SETTINGS_PAGE;
$function = 'Omnisend_Core_Connection::display';
Expand Down

0 comments on commit 92b004f

Please sign in to comment.