NEWS AND PRESS

Joshua Moore, Director of Food and Beverage

Moore Promoted to Director of Food and Beverage.

OKLAHOMA CITY — The Oklahoma City Convention Center and Legends Global, premier partner to the world’s greatest live events, venues, and brands, are pleased to announce the promotion of Joshua Moore to Director of Food & Beverage for the venue, and will oversee all food and beverage operations throughout the...

Story Continues

OKCCC Celebrates 5th Year with Record Numbers

OKLAHOMA CITY — The Oklahoma City Convention Center is celebrating its fifth year of successful operation, marking a milestone with record-setting performance. Oklahoma’s largest meetings and events facility welcomed nearly 250,000 guests this year—a 17.8% increase over the previous year and the highest attendance since opening in 2021. Guests continue...

Story Continues

OKCCC Aquires Giant Mural Painting

The Oklahoma City Convention Center has added a major work to its collection: Howdy, a 17’x20’ mural by local artist Nick Bayer. Funded through the City of Oklahoma City’s 1% arts ordinance for public projects over $1 million, this piece highlights a unique city partnership. Howdy hangs prominently on the...

Story Continues

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 ); } ); } )();