add_action(‘wp_ajax_dolisettings_update’, ‘dolisettings_save_settings’);
function dolisettings_update_woopages($tabs) {
unset($tabs[‘integration’]);
return $tabs;
}
SOLVED
That’s what i need. Dont you have some examples, of how to work with integration from options api?
That is the problem, i dont want to use this method.