Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xlplugins/07df0d25973d5563f0701fe560be1a10 to your computer and use it in GitHub Desktop.
Save xlplugins/07df0d25973d5563f0701fe560be1a10 to your computer and use it in GitHub Desktop.
Funnelkit Checkout: Dequeue Theme Assets on the checkout page
add_action( 'wfacp_after_checkout_page_found', function () {
if ( function_exists( 'consulting_load_theme_scripts_and_styles' ) ) {
remove_action( 'wp_enqueue_scripts', 'consulting_load_theme_scripts_and_styles' );
}
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment