From a page in my plugin I want to redirect back to the admin area. I can redirect to example.com/admin/plugins just fine, I just want to jump down to the plugin options if possible (i.e. add the #a1b2c3etc on the end).
It looks like this is made in qa-page-admin-plugins.php with this line:
$pluginoptionanchors[$info['directory']][]=md5($type.'/'.$name);
Can I get the $type and $name variables easily from my plugin?