How do I set icons for Wordpress itself, which is located on the 10
line of this function?
add_action('admin_menu', 'pagina_gerencia');
function pagina_gerencia() {
add_menu_page (
'Gerência de dados',
'Gerência',
'manage_options',
'danton_traduttions/danton_traduttions.php',
'',
'div', // <-- linha 10
6
);
}