Forums
(@eliassilvaa)
8 years, 10 months ago
found it.
add_action( ‘wp_enqueue_scripts’, ‘jk_remove_sticky_checkout’, 99 );
function jk_remove_sticky_checkout() { wp_dequeue_script( ‘storefront-sticky-payment’ ); }