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