apply_filters( 'show_admin_bar', bool $show_admin_bar )

Filters whether to show the admin bar.


Description Description

Returning false to this hook is the recommended way to hide the admin bar. The user’s display preference is used for logged in users.


Parameters Parameters

$show_admin_bar

(bool) Whether the admin bar should be shown. Default false.


Top ↑

Source Source

File: wp-includes/admin-bar.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.