훅 유형: Action (동작)
설명 : #page div에 콘텐츠를 추가하세요.
현재 후크 된 기능 :
해당 사항 없음
사용법:
add_action( 'um_theme_content_top', 'um_theme_core_header' );
사용 예:
<?php
add_action( 'um_theme_content_top', 'my_theme_header' );
function my_theme_header() {
// 여기에 코드 내용 넣기;
}
?>
Source : header.php 파일 51행에 있습니다.
원문: https://docs.ultimatemember.com/article/1417-umthemecontenttop