• Resolved Jairo Ochoa

    (@jairoochoa)


    Hi

    How can I release all blocked IP ?
    I see sites where there are IP registered since 2021.
    Besides green tooltip layer blocks entire page so I must wait it to disappear in order to delete next IP… and deleting process takes too much time.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Delyan Delov

    (@delyandelov)

    Hello @jairoochoa,

    I believe you are referring to the Login Access functionality in our plugin. If this is indeed the case, you can actually remove multiple IP addresses using the (-) button before confirming the changes.

    If you wish to delete all IP addresses at once from the Login Access list, you can easily do that by adding the following filter to the functions.php file of the active theme:

    add_action( 'init', 'remove_login_access_data' );
    function remove_login_access_data() {
    update_option( 'sg_login_access', array() );
    }


    Keep in mind that this will permanently delete all IP addresses and they will not appear back once the filter is removed.

    Thread Starter Jairo Ochoa

    (@jairoochoa)

    Hi @delyandelov

    Thanks for the reply.

    I would not say easily if it’s needed to add a snippet because we have to open FTP to paste it. Besides we host +100 sites in SG.
    Easily would be a buttom “Removel all”.

    Please, consider add this feature in a next version of the plugin.

    Thanks

    Plugin Support Delyan Delov

    (@delyandelov)

    Thank you for the feedback. I have already passed your suggestion to our developers so they can consider implementing it in the next versions of the plugin.

    Thread Starter Jairo Ochoa

    (@jairoochoa)

    Thanks @delyandelov

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Release all blocked IP’ is closed to new replies.