Skip to content

Instantly share code, notes, and snippets.

@jhimross
Created June 8, 2022 14:08
Show Gist options
  • Save jhimross/c009939bb9a67dab8968f5f78ed6f078 to your computer and use it in GitHub Desktop.
Save jhimross/c009939bb9a67dab8968f5f78ed6f078 to your computer and use it in GitHub Desktop.
Disable Attributes Fee
/**
* Disable Attribute Swatches fee functionality.
*/
add_filter( 'iconic_was_disable_fees', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment