chore: complete M1.1 runtime QA and release packaging
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
add_action('after_setup_theme', 'xshop_register_menus');
|
||||
|
||||
function xshop_register_menus(): void {
|
||||
register_nav_menus([
|
||||
'xshop-primary' => esc_html__('Primary Menu', 'xshop'),
|
||||
'xshop-mobile' => esc_html__('Mobile Menu', 'xshop'),
|
||||
'xshop-footer' => esc_html__('Footer Menu', 'xshop'),
|
||||
'xshop-topbar' => esc_html__('Top Bar Menu', 'xshop'),
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user