Browse Source

Removes footer menu.

Jeffrey Pearce 6 years ago
parent
commit
0b81d04e2e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      stratford/functions.php

+ 2 - 0
stratford/functions.php

@@ -99,6 +99,8 @@ if ( ! function_exists( 'stratford_setup' ) ) :
 				),
 			)
 		);
+		// Remove footer menu
+		unregister_nav_menu( 'menu-2' );
 	}
 endif;
 add_action( 'after_setup_theme', 'stratford_setup', 12 );