• Resolved timholz

    (@timholz)


    Hi – the following functions are set in class-asp-rate-limiter.php, but nowhere called:

    function get_rate_limit_status($ip) where should the status appear?

    reset_rate_limit($ip) where is this supposed to happen?

    regards – theo

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Debashish Mondal

    (@dba6060)

    Hi @timholz,
    Great catch — thank you for noticing that! 👏

    You’re right — the functions get_rate_limit_status($ip) and reset_rate_limit($ip) are currently not being called directly in version 1.1.0.

    They were included as part of the initial design to make the rate limiter extendable — the idea was to allow future admin-side tools (like manual IP reset or a dashboard widget showing current limit status) to use them.

    In the next release, I plan to integrate these into the admin settings panel so site owners can view and reset rate limits manually when needed.

    Thanks for pointing this out — your feedback helps shape the roadmap!

    — Debashish

    Thread Starter timholz

    (@timholz)

    @dba6060 Hi – thanks for your answer. Ok, let’s what happens next. regards – theo

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.