Wp $ Post

[Solved] Wp $ Post | Php - Code Explorer | yomemimo.com
Question : wp $_post

Answered by : oscar-capraro

//Form:
<input type="text" name="unique_name" />
//Post Page:
$name=$_POST['unique_name'];
echo $name;

Source : https://stackoverflow.com/questions/25186140/how-to-use-post-in-wordpress | Last Update : Wed, 19 May 21

Answers related to wp $ post

Code Explorer Popular Question For Php