PluginProbe
AliNext – WooCommerce Dropshipping Plugin for AliExpress / trunk
AliNext – WooCommerce Dropshipping Plugin for AliExpress vtrunk
ali2woo-lite / includes / libs / ae-php-sdk / iop / Constants.php

Constants.php in AliNext – WooCommerce Dropshipping Plugin for AliExpress trunk, at includes/libs/ae-php-sdk/iop/Constants.php

7 lines 131 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 class Constants
3 {
4 static $log_level_debug = "DEBUG";
5 static $log_level_info = "INFO";
6 static $log_level_error = "ERROR";
7 }