/** * @deprecated Use Shopp::set_wp_query_var() **/ function set_wp_query_var($var, $value) { return Shopp::set_wp_query_var($var, $value); }