Skip to content
Advertisement

Tag: url-parameters

read/get @ value from url in PHP or Javascript

I’m currently developing a site in which a user can create a user area with a user directory created at registration such as myWebsite.com/user/myUserName Now I’ve seen YouTube & TikTok (and presumably more) use an url like myWebsite.com/user/@myUserName (note the “@”) So my question is how do I read these? if a user visits myWebsite.com/user/@myUserName how do I read the

URL parameter is handled incorrectly on multisite

With a form that is displayed via a shortcode, we want to add parameters to the URL and then read it out again in another shortcode. These functionalities are added via a custom plugin. This works fine on a standard WordPress installation. However, if we add the plugin to a multisite installation, it does not work. The parameters are added

Advertisement