示例#1
0
 public static function back_compat_mop_vars()
 {
     return c_ws_plugin__s2member_mo_page_in::back_compat_mop_vars();
 }
 /**
  * Redirects to Membership Options Page w/ MOP Vars.
  *
  * @package s2Member\Membership_Options_Page
  * @since 111101
  *
  * @param str $seeking_type Seeking content type. One of: `post|page|catg|ptag|file|ruri`.
  * @param str|int $seeking_type_value Seeking content type data. String, or a Post/Page ID.
  * @param str $req_type Access requirement type. One of these values: `level|ccap|sp`.
  * @param str|int $req_type_value Access requirement. String, or a Post/Page ID.
  * @param str $seeking_uri The full URI that access was attempted on.
  * @param str $res_type Restriction type that's preventing access.
  * 	One of: `post|page|catg|ptag|file|ruri|ccap|sp|sys`.
  * 	Defaults to ``$seeking_type``.
  * @return inner Return-value of inner routine.
  */
 public static function wp_redirect_w_mop_vars($seeking_type = FALSE, $seeking_type_value = FALSE, $req_type = FALSE, $req_type_value = FALSE, $seeking_uri = FALSE, $res_type = FALSE)
 {
     return c_ws_plugin__s2member_mo_page_in::wp_redirect_w_mop_vars($seeking_type, $seeking_type_value, $req_type, $req_type_value, $seeking_uri, $res_type);
 }