mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 21:53:43 +09:00
User meta information in Members Directory
This commit is contained in:
@@ -273,6 +273,7 @@ class UM_Admin_Metabox {
|
||||
// save
|
||||
delete_post_meta( $post_id, '_um_roles' );
|
||||
delete_post_meta( $post_id, '_um_tagline_fields' );
|
||||
delete_post_meta( $post_id, '_um_reveal_fields' );
|
||||
delete_post_meta( $post_id, '_um_search_fields' );
|
||||
foreach( $_POST as $k => $v ) {
|
||||
if (strstr($k, '_um_')){
|
||||
|
||||
Reference in New Issue
Block a user