mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed member directory sorting;
- fixed member directory list dropdown init after changing view type; - fixed registration form;
This commit is contained in:
@@ -1033,6 +1033,9 @@ function um_filtered_social_link( $key, $match ) {
|
||||
*/
|
||||
function um_filtered_value( $key, $data = false ) {
|
||||
$value = um_user( $key );
|
||||
if ( is_array( $value ) ) {
|
||||
$value = add_magic_quotes( $value );
|
||||
}
|
||||
|
||||
if ( ! $data ) {
|
||||
$data = UM()->builtin()->get_specific_field( $key );
|
||||
|
||||
Reference in New Issue
Block a user