__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
declare( strict_types = 1 );
namespace Automattic\WooCommerce\Enums;
/**
* Enum class for all the product statuses.
*/
final class ProductStatus {
/**
* The product is in auto-draft status.
*
* @var string
*/
public const AUTO_DRAFT = 'auto-draft';
/**
* The product is in draft status.
*
* @var string
*/
public const DRAFT = 'draft';
/**
* The product is in pending status.
*
* @var string
*/
public const PENDING = 'pending';
/**
* The product is in private status.
*
* @var string
*/
public const PRIVATE = 'private';
/**
* The product is in publish status.
*
* @var string
*/
public const PUBLISH = 'publish';
/**
* The product is in trash status.
*
* @var string
*/
public const TRASH = 'trash';
/**
* The product is in future status.
*
* @var string
*/
public const FUTURE = 'future';
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| CatalogVisibility.php | File | 616 B | 0664 |
|
| FeaturePluginCompatibility.php | File | 796 B | 0664 |
|
| OrderInternalStatus.php | File | 947 B | 0664 |
|
| OrderStatus.php | File | 2.19 KB | 0664 |
|
| PaymentGatewayFeature.php | File | 3.03 KB | 0664 |
|
| ProductStatus.php | File | 881 B | 0664 |
|
| ProductStockStatus.php | File | 583 B | 0664 |
|
| ProductTaxStatus.php | File | 533 B | 0664 |
|
| ProductType.php | File | 633 B | 0664 |
|