PluginProbe
The WP Remote WordPress Plugin / 6.36
The WP Remote WordPress Plugin v6.36
6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 5.73 All 53 releases
← All changes | account.php +1 -1 5.726.36 View file →
@@ -42,9 +42,9 @@
42 42
43 43 $str = "";
44 44 $size = strlen($chars);
45 45 for( $i = 0; $i < $length; $i++ ) {
46 - $str .= $chars[rand(0, $size - 1)];
46 + $str .= $chars[rand(0, $size - 1)]; // phpcs:ignore WordPress.WP.AlternativeFunctions.rand_rand
47 47 }
48 48 return $str;
49 49 }
50 50