Skip to content

Instantly share code, notes, and snippets.

@Musilda
Created April 28, 2020 19:58
Show Gist options
  • Save Musilda/b2de5924062809215837f37eb2db9945 to your computer and use it in GitHub Desktop.
Save Musilda/b2de5924062809215837f37eb2db9945 to your computer and use it in GitHub Desktop.
<?php
add_action( 'init', 'remove_output_structured_data' );
function remove_output_structured_data() {
remove_action( 'woocommerce_email_order_details', array( WC()->structured_data, 'output_email_structured_data' ), 30 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment