Constructor.
Parameters
$storageWP_Sync_Storagerequired- Storage backend for sync updates.
Source
public function __construct( WP_Sync_Storage $storage ) {
$this->storage = $storage;
}
Changelog
| Version | Description |
|---|---|
| 7.0.0 | Introduced. |
Constructor.
$storageWP_Sync_Storagerequiredpublic function __construct( WP_Sync_Storage $storage ) {
$this->storage = $storage;
}
| Version | Description |
|---|---|
| 7.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.