Function wc_disable_admin_bar
Prevent any user who cannot 'edit_posts' (subscribers, customers etc) from seeing the admin bar
Note: get_option( 'woocommerce_lock_down_admin', true ) is a deprecated option here for backwards compat. Defaults to true.
Parameters summary
boolean |
$show_admin_bar |
Return value summary
boolean
|