Example #1
0
 /**
  * for backwards-compatibility with last WP-CI release...
  * @deprecated Use redirect($path, $params, $as_request_param) instead. This function WILL go away.
  */
 function wpci_redirect($path = null, $params = array())
 {
     return WPCI::redirect($path, $params);
 }