- 워드프레스 함수: is_user_logged_in() 워드프레스 함수 is_user_logged_in() 함수는 현재 블로그 사용자가 로그인 상태인지를 반환해주는 함수이다.
- 워드프레스 함수: get_the_author_meta() 워드프레스 함수 get_the_author_meta() 는 해당 포스트의 작성자에 대한 여러가지 정보를 반환해주는 함수이다.
- 워드프레스 함수: get_current_user_id() 워드프레스 함수인 get_current_user_id() 는 현재 로그인한 워드프레스 블로그 사용자의 id 를 반환하는 함수이다.