1439<?php1440 * The user's display preference is used for logged in users.1441 *1442 * @since 3.1.01443 *1444 * @param bool $show_admin_bar Whether the admin bar should be shown. Default false.1445 */1446 $show_admin_bar = apply_filters( 'show_admin_bar', $show_admin_bar );14471448 return $show_admin_bar;1449}14501451/**1452 * Retrieves the admin bar display preference of a user.
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.