Пример #1
0
 /**
  * Adds Custom Fields to the admin Profile editing page.
  *
  * @package s2Member\Users_List
  * @since 3.5
  *
  * @attaches-to ``add_action("edit_user_profile");``
  * @attaches-to ``add_action("show_user_profile");``
  *
  * @param WP_User $user Expects a `WP_User` object passed in by the Action Hook.
  * @return inner Return-value of inner routine.
  */
 public static function users_list_edit_cols($user = FALSE)
 {
     return c_ws_plugin__s2member_users_list_in::users_list_edit_cols($user);
 }
Пример #2
0
 /**
  * Adds Custom Fields to the admin Profile editing page.
  *
  * @package s2Member\Users_List
  * @since 3.5
  *
  * @attaches-to ``add_action("edit_user_profile");``
  * @attaches-to ``add_action("show_user_profile");``
  *
  * @param WP_User $user Expects a `WP_User` object passed in by the Action Hook.
  */
 public static function users_list_edit_cols($user = NULL)
 {
     c_ws_plugin__s2member_users_list_in::users_list_edit_cols($user);
 }