If you were hoping to visit the TradePending team at NADA to see what’s new, what we’re working on, and ultimately what problems we’re solving, here’s the 2-minute presentation CMO Matthew Davis gave for the 2025 NADA Sales Pitch Competition.

function load_recaptcha_script() { wp_enqueue_script( 'recaptcha', 'https://www.google.com/recaptcha/api.js', [], '', true ); } add_action( 'wp_enqueue_scripts', 'load_recaptcha_script' ); add_action( 'enqueue_block_assets', 'load_recaptcha_script' );