//어드민 바 플러그인 아이콘 숨기기 function shapeSpace_remove_toolbar_menu() { global $wp_admin_bar; // replace '플러그인 id' with your node id $wp_admin_bar->remove_menu('플러그인 id'); } add_action('wp_before_admin_bar_render', 'shapeSpace_remove_toolbar_menu', 999);