1459<?php1460 * The user's display preference is used for logged in users.1461 *1462 * @since 3.1.01463 *1464 * @param bool $show_admin_bar Whether the admin bar should be shown. Default false.1465 */1466 $show_admin_bar = apply_filters( 'show_admin_bar', $show_admin_bar );14671468 return $show_admin_bar;1469}14701471/**1472 * Retrieves the admin bar display preference of a user.
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.