Nav apraksta

email-footer.php 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php
  2. /**
  3. * Email Footer
  4. *
  5. * This template can be overridden by copying it to yourtheme/woocommerce/emails/email-footer.php.
  6. *
  7. * HOWEVER, on occasion WooCommerce will need to update template files and you
  8. * (the theme developer) will need to copy the new files to your theme to
  9. * maintain compatibility. We try to do this as little as possible, but it does
  10. * happen. When this occurs the version of the template file will be bumped and
  11. * the readme will list any important changes.
  12. *
  13. * @see https://docs.woocommerce.com/document/template-structure/
  14. * @package WooCommerce\Templates\Emails
  15. * @version 3.7.0
  16. */
  17. defined( 'ABSPATH' ) || exit;
  18. ?>
  19. </div>
  20. </td>
  21. </tr>
  22. </table>
  23. <!-- End Content -->
  24. </td>
  25. </tr>
  26. </table>
  27. <!-- End Body -->
  28. </td>
  29. </tr>
  30. </table>
  31. </td>
  32. </tr>
  33. <tr>
  34. <td align="center" valign="top">
  35. <!-- Footer -->
  36. <table border="0" cellpadding="10" cellspacing="0" width="600" id="template_footer">
  37. <tr>
  38. <td valign="top">
  39. <table border="0" cellpadding="10" cellspacing="0" width="100%">
  40. <tr>
  41. <td colspan="2" valign="middle" id="credit">
  42. <?php echo wp_kses_post( wpautop( wptexturize( apply_filters( 'woocommerce_email_footer_text', get_option( 'woocommerce_email_footer_text' ) ) ) ) ); ?>
  43. </td>
  44. </tr>
  45. </table>
  46. </td>
  47. </tr>
  48. </table>
  49. <!-- End Footer -->
  50. </td>
  51. </tr>
  52. </table>
  53. </div>
  54. </body>
  55. </html>