Plugin Conflict
-
Hello, we’ve been made aware of a conflict with the Force Login plugin.
Upon inspection of your plugin code and some minimal testing, I believe the issue stems from where your plugin hooks into WordPress to run its process for rendering the calendar landing pages.
Specifically in the
/fluent-booking/app/Services/LandingPage/LandingPageHandler.phpfile and using the init hook to runLandingPageHandler::handleUrlParamsPage().Our plugin checks if a user is logged-in or not and then forces visitors to the login screen. It runs at the template_redirect hook with the default priority. There may be conflicts with other plugins if you render your plugin pages earlier than the time when WP determines which template to load.
Thanks!
The page I need help with: [log in to see the link]
The topic ‘Plugin Conflict’ is closed to new replies.