mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 14:43:49 +09:00
- reduced using get_the_time( 'U', $post_id ); and current_time( 'timestamp' );
This commit is contained in:
@@ -838,7 +838,7 @@ function um_user_submited_display( $k, $title, $data = array(), $style = true )
|
||||
$v = um_user( $k );
|
||||
}
|
||||
|
||||
if ( strstr( $k, 'user_pass' ) || in_array( $k, array( 'g-recaptcha-response', 'request', '_wpnonce', '_wp_http_referer' ) ) ) {
|
||||
if ( strstr( $k, 'user_pass' ) || in_array( $k, array( 'g-recaptcha-response', 'request', '_wpnonce', '_wp_http_referer' ), true ) ) {
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user