If you're doing this via a theme, add this line to your functions.php file: function set_user_cookie() { $school = "Some Value"; setcookie('default_school', ...
確定! 回上一頁