/**
* The Header for our theme.
*
* @package OceanWP WordPress theme
*/
?>
Zum Inhalt springen
new OCEANWP_Theme_Class();
function ce_register_footer_menus() {
register_nav_menus([
'footer_unternehmen' => 'Footer – Unternehmen',
'footer_rechtliches' => 'Footer – Rechtliches',
]);
}
add_action('init', 'ce_register_footer_menus');