add_action ( 'init', 'add_Cookie' );. // Set a cookie with the current time of day. function add_Cookie() {. setcookie("last_visit_time", date("r"), ...
確定! 回上一頁