You are here

function boxes_reset_filter in Boxes 7.2

Reset the filter

1 call to boxes_reset_filter()
boxes_reset_filter_submit in includes/boxes.pages.inc
Reset the form filter options

File

includes/boxes.pages.inc, line 478
Box Functions

Code

function boxes_reset_filter() {
  unset($_SESSION['boxes-filter']);
}