| @@ -103,8 +103,13 @@ | ||
| 103 | 103 | * @since 2.3.1 |
| 104 | 104 | * @var null|string |
| 105 | 105 | */ |
| 106 | 106 | public $bundle_public_key; |
| 107 | + /** | |
| 108 | + * @since 2.5.4 | |
| 109 | + * @var null|array | |
| 110 | + */ | |
| 111 | + public $opt_in_moderation; | |
| 107 | 112 | |
| 108 | 113 | const AFFILIATE_MODERATION_CUSTOMERS = 'customers'; |
| 109 | 114 | |
| 110 | 115 | #endregion Install Specific Properties |