Due to #491 the wc-gateway-ppec-smart-payment-buttons script no longer gets enqueued as part of the wp_enqueue_scripts hook, which means if theme developers are enqueuing JS that specifically depends ...
wp_enqueue_script( 'site-wide-javascript', '/wp-content/themes/genesis-sample/js/site.js', array( 'jquery' ) ); if ( is_front_page() && file_exists( $_SERVER ...