This is the second time someone has noted this. I’m not sure how the links would not work – they’re just basic links, so the browser should have no problems with them. The tab is selected based on the tab parameter in the URL and it is read from $_REQUEST['tab']. If you have something on your site that interferes with that, that would stop the tabs from working.
PHP 8.3 is not the problem; I just installed PHP 8.3 on my test server and the tabs work fine.
Hi Mikko,
I’ve found that the IP Location Block plugin is causing the problem. I don’t know what setting in the plugin it is.
Even when no land blockade has been introduced, Relevanssi is affected.
So there is no solution, but it is now clear that everything works by closing IP Location Block.
Thanks for your help.
Frank
IP Location Block uses the same $_REQUEST['tab'] variable for its tabs. We both should probably use something more specific. I’ll have to rename that variable to relevanssi_tab or something like that in the next version to stop these conflicts.
