Function __global->ecommerce_test_mode
Definitions
sources/ecommerce.php
- Check whether the system is in test mode (normally, not).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- The answer
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Check whether the system is in test mode (normally, not).
*
* @return boolean The answer
*/
function ecommerce_test_mode() : bool
* Check whether the system is in test mode (normally, not).
*
* @return boolean The answer
*/
function ecommerce_test_mode() : bool

