WP_Sync_Post_Meta_Storage::get_updates_after_cursor( string $room, int $cursor ): array<int,

In this article

Retrieves sync updates from a room after the given cursor.

Parameters

$roomstringrequired
Room identifier.
$cursorintrequired
Return updates after this cursor (meta_id).

Return

array<int, mixed> Sync updates.

Source

Changelog

VersionDescription
7.0.0Introduced.

User Contributed Notes

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