• Resolved nerchiadura

    (@nerchiadura)


    Hi Nate.
    After a security issue, a brute force attack to a site i’ve created, i was forced to change url access to admin area.
    It’s no longer xxx/wp-admin or xxx/wp-login.
    Where do i have to change the correct path to made work your plugin again?
    In fact, when the notification email of a reservation arrives to admin email address, and he clicks on the link present on email “confirm now the reservation”, it redirects on natural link (xxx/wp-admin/admin.php?page=rtb-bookings&rtb-quicklink=confirm&booking=640)
    Thank you.
    Il Nerchia

    https://ww.wp.xz.cn/plugins/restaurant-reservations/

Viewing 1 replies (of 1 total)
  • Hi Il Nerchia,

    The plugin uses the WordPress function admin_url() to set up the links to your admin panel. You’ll find this in the code here.

    If you have modified the location of your admin, you’ll need to filter the value returned by that function so that it knows the correct location. I suspect if you don’t filter this you’ll be breaking a whole bunch of plugins.

    Here’s an example of how you’d do that.

Viewing 1 replies (of 1 total)

The topic ‘Change administration area link’ is closed to new replies.