diff options
Diffstat (limited to 'plugins/jetpack/sync/interface.jetpack-sync-replicastore.php')
-rw-r--r-- | plugins/jetpack/sync/interface.jetpack-sync-replicastore.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/jetpack/sync/interface.jetpack-sync-replicastore.php b/plugins/jetpack/sync/interface.jetpack-sync-replicastore.php index 4aeda78c..706f230a 100644 --- a/plugins/jetpack/sync/interface.jetpack-sync-replicastore.php +++ b/plugins/jetpack/sync/interface.jetpack-sync-replicastore.php @@ -74,6 +74,8 @@ interface iJetpack_Sync_Replicastore { public function delete_metadata( $type, $object_id, $meta_ids ); + public function delete_batch_metadata( $type, $object_ids, $meta_key ); + // constants public function get_constant( $constant ); |