constants.php 165 B

12345
  1. <?php
  2. if( !defined( 'ABSPATH' ) ) exit;
  3. define( 'WC_GATEWAY_LAYBUY_ID', 'wc-laybuy');
  4. define( 'WC_LAYBUY_WOOCOMMERCE_LAYBUY_PLUGIN_PATH', plugin_dir_url(__FILE__));