Skip to content

Instantly share code, notes, and snippets.

@noruzzamans
Created September 17, 2022 06:40
Show Gist options
  • Save noruzzamans/65fba69d00489f210b3b044c857d3a4b to your computer and use it in GitHub Desktop.
Save noruzzamans/65fba69d00489f210b3b044c857d3a4b to your computer and use it in GitHub Desktop.
global $wp_session;
$wp_session['set_session_name'] = set_the_value;
$data = '';
if(isset($_COOKIE['set_session_name'])){
$data = $_COOKIE['set_session_name'];
}
//input field
value="<?php echo $data; ?>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment