PluginProbe
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO / 2.9.0
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO v2.9.0
2.9.0 2.8.0 2.7.0 2.6.0 2.5.0 2.4.0 2.3.0 2.2.0 2.1.1 2.1.0 2.0.2 2.0.1 2.0.0 1.32.0 1.31.0 1.30.0 1.29.0 1.28.0 1.27.0 1.26.0 1.25.0 trunk 1.0.0 1.0.1 1.0.2 All 50 releases
← All changes | includes/api/traits/trait-rate-limiter.php +1 -1 1.28.0 → 2.9.0 View file →
@@ -55,9 +55,9 @@
55 55 * @param string $endpoint_name Endpoint identifier
56 56 * @param int $user_id User ID (0 for anonymous)
57 57 * @return true|WP_Error True if within limits, WP_Error if exceeded
58 58 */
59 - protected function check_rate_limit(string $endpoint_name, int $user_id = 0): bool|WP_Error {
59 + protected function check_rate_limit(string $endpoint_name, int $user_id = 0) {
60 60 // Get user identifier (IP for anonymous, user ID for authenticated)
61 61 $identifier = $user_id > 0 ? "user_{$user_id}" : $this->get_client_ip();
62 62
63 63 // Check minute-based rate limit