forked from LiveCarta/LiveCartaWP
LAW-1824 menu extra fields and REST endpoint
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
<?php
|
||||
|
||||
require_once 'inc/walker-nav-menu.php';
|
||||
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html <?php language_attributes(); ?>>
|
||||
<head>
|
||||
@@ -31,6 +36,8 @@
|
||||
'container' => 'div',
|
||||
'container_class' => 'header-menu',
|
||||
'depth' => 1,
|
||||
'walker' => new LawCarta_Walker_Nav_Menu(),
|
||||
'icon_wrap' => 'i',
|
||||
'theme_location' => 'top',
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user