Learning site for website creation

WordPress管理バー非表示

公開日:2014年10月26日

WordPressログイン時にサイトを表示するとページ上部に管理バーが表示される。

FW093

この管理バーを非表示にするには「functions.php」に以下の記述。

add_filter( 'show_admin_bar', '__return_false' );