Filter: RML/Sortable/Ids

apply_filters( 'RML/Sortable/Ids', $ids ) → {array}

(Pro only) Allow changing the post ids for the content order process. This is for example necessary when using a multilingual plugin like WPML so the order is always synced when using RML/Sortable/PostsClauses.
Parameters:
Name Type Description
$ids array The ids for attachment, next (can be false) and lastInView (can be false)
Since:
  • 4.0.8
Returns:
$ids
Type
array