Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <?
  2. /* RAY FLORES ADD STYLESHEET */
  3. function standalone() {
  4. $xml_standalone = 'yes' . '"?><?xml-stylesheet type="text/xsl" href="name-of-stylesheet.xslt"';
  5. return $xml_standalone;//false;
  6. }
  7. add_filter( 'wc_customer_order_xml_export_suite_xml_standalone', 'standalone' );
  8.  
  9. /* output
  10. <?xml version="1.0" encoding="UTF-8" standalone="yes"?><?xml-stylesheet type="text/xsl" href="name-of-stylesheet.xslt"?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement