Using php variable inside wordpress page through admin interface

I have a wordpress page in which I have a form (a processing form used that redirects and saves data in a session) by sending it to another wordpress page. Now I want to use the session value on the second page. I'm new to Wordpress, can I use php tags inside the page through the admin interface so that I can get the session value?

Please help me with this.

thank

+3
source share
1 answer
+3
source

Source: https://habr.com/ru/post/1744463/


All Articles