// wp-confg.php define('DISALLOW_FILE_EDIT', true);
// functions.php add_action( 'admin_bar_menu', 'sp_remove_wp_logo', 999 ); function sp_remove_wp_logo( $wp_admin_bar ) { $wp_admin_bar->remove_node( 'wp-logo' ); }
// wp-confg.php define('DISALLOW_FILE_EDIT', true);
// functions.php add_action( 'admin_bar_menu', 'sp_remove_wp_logo', 999 ); function sp_remove_wp_logo( $wp_admin_bar ) { $wp_admin_bar->remove_node( 'wp-logo' ); }