python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Issues when using WordPress rewrite rules then accessing parameter using get_query_var
I'm developing a WP plugin and have a WordPress URL:
(e.g.: http://localhost/testsite1/coder/?id=66),
and have attempted to add a rewrite rule to
http://localhost/testsite1/coder/66/
using the followi...
sw123456
Votes: 0
Answers: 1
Wordpress how to access a custom query variable from the url
I have the url http://localhost/testsite1/coder2/?id=71 with parameter id=71.
As i am developing in WordPress I cannot use $_GET['id'] and so need to use get_query_var('id') to access the parameter.
T...
sw123456
Votes: 0
Answers: 1