1376<?php1377 * The user's display preference is used for logged in users.1378 *1379 * @since 3.1.01380 *1381 * @param bool $show_admin_bar Whether the admin bar should be shown. Default false.1382 */1383 $show_admin_bar = apply_filters( 'show_admin_bar', $show_admin_bar );13841385 return $show_admin_bar;1386}13871388/**1389 * Retrieves the admin bar display preference of a user.
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.