It looks like nothing was found at this location. Maybe try a search?
function top_header_menu() { register_nav_menu('top-header-menu',__( 'Top Header Menu' )); } add_action( 'init', 'top_header_menu' );
It looks like nothing was found at this location. Maybe try a search?