Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author gfazioli

    (@gfazioli)

    @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

    (@bdconnolly)

    grazie.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP CleanFix] admin placement’ is closed to new replies.