PageRenderTime 48ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/www/wp-content/plugins/ithemes-exchange/lib/templates/content-cart/elements/empty.php

https://github.com/ArzuA/gitwordpress
PHP | 20 lines | 5 code | 1 blank | 14 comment | 0 complexity | c83e9f4e675c2655bdd8a9db21c9caa1 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1
  1. <?php
  2. /**
  3. * This is the default template part for the
  4. * empty_cart element in the content-cart template
  5. * part.
  6. *
  7. * @since 1.1.0
  8. * @version 1.1.0
  9. * @package IT_Exchange
  10. *
  11. * WARNING: Do not edit this file directly. To use
  12. * this template in a theme, copy over this file
  13. * to the exchange/content-cart/elements/ directory
  14. * located in your theme.
  15. */
  16. ?>
  17. <?php do_action( 'it_exchange_content_cart_before_empty_element' ); ?>
  18. <?php it_exchange( 'cart', 'empty' ); ?>
  19. <?php do_action( 'it_exchange_content_cart_after_empty_element' ); ?>