Title: [Plugin: WP CleanFix] admin placement
Last modified: August 19, 2016

---

# [Plugin: WP CleanFix] admin placement

 *  Resolved [bdconnolly](https://wordpress.org/support/users/bdconnolly/)
 * (@bdconnolly)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-cleanfix-admin-placement/)
 * Is it possible to move the admin link from “Dashboard” to “Tools”?
 * Grazie.
 * [http://wordpress.org/extend/plugins/wp-cleanfix/](http://wordpress.org/extend/plugins/wp-cleanfix/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [gfazioli](https://wordpress.org/support/users/gfazioli/)
 * (@gfazioli)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-cleanfix-admin-placement/#post-1686168)
 * [@bdconnolly](https://wordpress.org/support/users/bdconnolly/): this is a strange
   request 🙂
 * However, is not possibile move from “Dashboard” to “Tools” from plugin settings.
   
   If you really want to do this, then you have to change the core file’s plugin.
   This activity is not recommended! Because when the plugin will be update next
   time, the plugin file will be overwrite.
 * However, you need:
 * 1) Edit `wp-cleanfix_admin.php` file
 * 2) Change this code (about line 313):
    `$this->plugin_page = add_submenu_page("
   index.php", $this->plugin_name, $this->plugin_name, 10, $this->plugin_slug, array(&
   $this, "menu"));`
 * in
 * `$this->plugin_page = add_submenu_page("tools.php", $this->plugin_name, $this-
   >plugin_name, 10, $this->plugin_slug, array(&$this, "menu"));`
 * That’s all
 * regards
    GF
 *  Thread Starter [bdconnolly](https://wordpress.org/support/users/bdconnolly/)
 * (@bdconnolly)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-cleanfix-admin-placement/#post-1686169)
 * grazie.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WP CleanFix] admin placement’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-cleanfix_4e7c6a.svg)
 * [WP CleanFix](https://wordpress.org/plugins/wp-cleanfix/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-cleanfix/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-cleanfix/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-cleanfix/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-cleanfix/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-cleanfix/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bdconnolly](https://wordpress.org/support/users/bdconnolly/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-cleanfix-admin-placement/#post-1686169)
 * Status: resolved