Skip to content

Instantly share code, notes, and snippets.

@trueqap
Created November 19, 2018 12:13
Show Gist options
  • Save trueqap/bd0828dc526d2387e44e22ac016d4b81 to your computer and use it in GitHub Desktop.
Save trueqap/bd0828dc526d2387e44e22ac016d4b81 to your computer and use it in GitHub Desktop.
wc_szamlazz_xml
add_filter('wc_szamlazz_xml', 'wc_szamlazz_edit_xml', 10, 2);
function wc_szamlazz_edit_xml($xml, $order) 
{
return $xml;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment