function.php 파일에 코드를 추가하는 방법
// 어드민바 제거
function fn_admin_bar() {
return (current_user_can("manage_options"))? true : false;
}
add_filter('show_admin_bar', 'fn_admin_bar');
관리자도 로그인시에 툴바를 안보이게 하시려면 아래 코드를 넣어 주시면 됩니다.
// 어드민바 제거
function fn_admin_bar() {
return false;
}
add_filter('show_admin_bar', 'fn_admin_bar');
Seria muito bacana se você pudesse oferecer seu conteúdo em formato RSS
para que os leitores pudessem ter acesso rápido. http://Pulllayer0.iktogo.com/post/-curso-escola-da-mulher-magnetica
Superb site you have here but I was curious if you knew of any community forums
that cover the same topics talked about in this
article? I’d really love to be a part of online community where I can get comments from other
knowledgeable individuals that share the same interest.
If you have any recommendations, please let me know.
Bless you!