소스: 워드프레스 상단 출력 부분 확인
로빈아빠
0
2014.08.26 03:45
본문
/wp-includes/general-template.php
function wp_head() { do_action( 'wp_head' );
}
function wp_footer() {
do_action( 'wp_footer' );
}
/wp-includes/admin-bar.php
에서 수정
댓글목록
등록된 댓글이 없습니다.