Skip to content

Instantly share code, notes, and snippets.

@trueqap
Created November 20, 2018 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save trueqap/d1e9753ba37f258c2aaa8e590146c71c to your computer and use it in GitHub Desktop.
Save trueqap/d1e9753ba37f258c2aaa8e590146c71c to your computer and use it in GitHub Desktop.
add_filter('wc_szamlazz_xml', 'wc_szamlazz_logo', 10);
function wc_szamlazz_logo($szamla) {
$szamla->fejlec->logoExtra = 'idejönvalami';
return $szamla;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment