- reduced using get_the_time( 'U', $post_id ); and current_time( 'timestamp' );

This commit is contained in:
Mykyta Synelnikov
2023-09-22 20:29:40 +03:00
parent 45a22f371e
commit 01ee8305a2
4 changed files with 28 additions and 24 deletions
+1 -1
View File
@@ -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 '';
}