WP_Sync_Post_Meta_Storage::remove_updates_before_cursor( string $room, int $cursor ): bool

In this article

Removes updates from a room that are older than the given cursor.

Parameters

$roomstringrequired
Room identifier.
$cursorintrequired
Remove updates with meta_id < this cursor.

Return

bool True on success, false on failure.

Source

Changelog

VersionDescription
7.0.0Introduced.

User Contributed Notes

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