add_action( 'user_profile_update_errors', 'validate_extra' ); function validate_extra(&$errors, $update = null, &$user = null) { if (is_super_admin()) { if ...
確定! 回上一頁