first commit
This commit is contained in:
11
wp-content/themes/solarify/inc/menus.php
Normal file
11
wp-content/themes/solarify/inc/menus.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php if ( ! defined( 'ABSPATH' ) ) {
|
||||
die( 'Direct access forbidden.' );
|
||||
}
|
||||
/**
|
||||
* Register menus
|
||||
*/
|
||||
|
||||
// This theme uses wp_nav_menu() in following locations:
|
||||
register_nav_menus( array(
|
||||
'primary' => esc_html__( 'Top primary menu', 'solarify' ),
|
||||
) );
|
||||
Reference in New Issue
Block a user