Change $_GET and $_POST method
-
Is any wordpress pattern to get some value from url or post form?. For example I have url https://mysite.com/admin.php?page=some-list&ID=1. To get value ID I usually do
$id=$_GET['ID']
What function or pattern in wp that can I substitute? I’m new and need some help ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change $_GET and $_POST method’ is closed to new replies.