WP_HTTP_Polling_Sync_Server::__construct( WP_Sync_Storage $storage )

In this article

Constructor.

Parameters

$storageWP_Sync_Storagerequired
Storage backend for sync updates.

Source

public function __construct( WP_Sync_Storage $storage ) {
	$this->storage = $storage;
}

Changelog

VersionDescription
7.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.