Changeset 12037 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
- Timestamp:
- 08/31/2022 03:00:32 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
r11800 r12037 48 48 * Remove the toolbar. 49 49 */ 50 function wporg_login_init() { 51 show_admin_bar( false ); 52 } 53 add_action( 'init', 'wporg_login_init' ); 50 add_filter( 'show_admin_bar', '__return_false', 101 ); 54 51 55 52 /**
Note: See TracChangeset
for help on using the changeset viewer.