• Resolved drrob67

    (@drrob67)


    Hi, I’ve changed the standard wp-admin url. But in the notification mails where used to click on the confirmation link whenever a booking is made, it’s still containing the standard wp-admin url. How to change that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi rob,

    Sorry for the delayed response. That sounds like perhaps a caching issue or the admin URL hasn’t been updated everywhere it needs to be in your database.

    Our plugin does not use wp-admin as a hard URL. It uses a relative path starting with the admin.php. You can see this if you open the Notification.class.php file (in the includes folder). It lists all the template tags and you can see that the value for the confirm_link tag starts its relative path with the admin.php and is based on your admin_url and is not something we control.

    Thread Starter drrob67

    (@drrob67)

    Ok, think it has to do with the way the admin url is setup by the plugin. It did not override the standard but more virtual. I’ll have a look if I can use anther one.

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

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