rpress_reset_store_items

Author: RestroPress 319 views

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 );