RestroPress

⌘K
  1. Home
  2. Docs
  3. RestroPress
  4. Developer Docs
  5. Filters
  6. rpress_reset_store_items

rpress_reset_store_items

The rpress_reset_store_items filter is applied to the items to remove with an unassociative array for each item. It receives one parameters:
The array contains the unique ID of the item, and a ‘type’ for you to use in the execution of the get_data method.

$items = apply_filters( ‘rpress_reset_store_items’, $items );

How can we help?