mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 06:33:50 +09:00
Improved load time
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ class UM_Query {
|
||||
}
|
||||
|
||||
/***
|
||||
*** @update data
|
||||
*** @Using wpdb instead of update_post_meta
|
||||
***/
|
||||
function update_attr( $key, $post_id, $new_value ){
|
||||
update_post_meta( $post_id, '_um_' . $key, $new_value );
|
||||
|
||||
Reference in New Issue
Block a user