ATTEND

 Experience the Oklahoma City Convention Center and enjoy your next event with us.
Find everything you need to plan your visit and attend upcoming events right here.
If you have additional questions, please contact us — we’re here to help..

DIRECTIONS & PARKING

TRANSPORTATION

ACCESSIBILITY

UPCOMING EVENTS

EXPLORE

Named one of the​ 50 Best Places to Travel in 2020​ by Travel + Leisure,
Oklahoma City offers all of the ​culture​, ​cuisine​, ​attractions​, and ​amenities​ you’d expect in a modern metropolis. From ​family fun​ to ​romantic retreats​ to ​outdoor adventures​ you won’t find anywhere else, Oklahoma City has plenty of hustle without all the hassle.

PLAN

EXHIBIT

ATTEND

/** * Elementor Accordion Anchor Fix * Fixes anchor links (#anchor-id) that point to content hidden inside * a collapsed Elementor Accordion tab. Opens the correct accordion item * and scrolls to it smoothly. */ add_action( 'wp_footer', function () { ?> ( () => { const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); } )();