We tried to create a Plugin which catch the referral url that but it does not work, since we don’t know how it works under the hood, we did it with what we found on the Documentation, but nothing happened.
Code below:
add_action(‘wp_loaded’, function () { $session = Quform::getService(‘session’);