mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 05:33:36 +09:00
- added filter for show meta HTML;
- removed redundant code from member directories class;
This commit is contained in:
@@ -394,7 +394,7 @@ if ( ! class_exists( 'um\core\Profile' ) ) {
|
||||
$icon = ! empty( $data['icon'] ) ? '<i class="' . $data['icon'] . '"></i>' : '';
|
||||
}
|
||||
|
||||
$items[] = '<span>' . $icon . $value . '</span>';
|
||||
$items[] = apply_filters( 'um_show_meta_item_html', '<span>' . $icon . $value . '</span>', $key );
|
||||
$items[] = '<span class="b">•</span>';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user