Searched refs:order_options (Results 1 – 2 of 2) sorted by relevance
7 $order_options = [ variable50 $order_by = (!empty($_GET['order_by']) && array_key_exists($_GET['order_by'], $order_options)) ? $_…51 $reorder_by = (!empty($_GET['reorder_by']) && array_key_exists($_GET['reorder_by'], $order_options)…
407 global $order_options;409 foreach ($order_options as $k => $v) {
Completed in 9 milliseconds