훅 유형: Action (동작)
설명 : 페이지 헤더 섹션이 시작되기 전에 일부 콘텐츠를 추가합니다.
현재 후크 된 기능 :
해당 사항 없음
사용법:
add_action( 'um_theme_page', 'my_theme_post' );
사용 예:
<?php
add_action( 'um_theme_page', 'my_theme_post' );
function my_theme_post() {
// your code here;
}
?>
Source : content-page.php 파일 12행에 있습니다.
원문: https://docs.ultimatemember.com/article/1432-umthemepage