The variable name $simple_login_log_table exceeds the maximum configured length of 20.
Very long variable names usually make code harder to read. It is therefore recommended
not to make variable names too verbose.
Loading history...
41
42
return $wpdb->get_var( $wpdb->prepare( "SELECT time FROM {$wpdb->prefix}{$simple_login_log_table} WHERE uid = %d ORDER BY time DESC LIMIT 1", $user_id ) );
Very long variable names usually make code harder to read. It is therefore recommended not to make variable names too verbose.