Display different content or redirect user by OS(Android or iOS) in Wordpress

342 Views Asked by At

I want to redirect user to a different site or display different content based on the OS they are using, i know how to do this if the plugin have setting to shorcodes, but i don't know how to do this by php plugin(that don't have settings). Let me be more clear, I want to insert the user OS to a global variable by plugin. The redirect phase will be done later. Someone knows how to?

1

There are 1 best solutions below

4
On BEST ANSWER

You can use php funtion get_browser() for checking device and browser