Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7820953
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T07:29:21+00:00 2026-06-02T07:29:21+00:00

Background The WordPress admin section (/wp-admin) contains a menu item named tools (between users

  • 0

Background

The WordPress admin section (/wp-admin) contains a menu item named tools (between users and settings). It has an obtrusive sub-item named “Available Tools” which is a page that contains a feature named “Press This”.

/wp-admin/tools.php

My question

How do I remove this page from the tools section?

What I’ve tried

I’ve tried a function to remove menu item:

    add_action( 'admin_menu', 'my_remove_menu_pages' );
function my_remove_menu_pages() {
    remove_menu_page('press-this.php');
    //remove_menu_page('tools.php');
}

If I remove tools.php, the entire tools section is removed rather than just the “Available Tools” section.

I’ve also tried deleting the press-this.php from the directory.

Neither approaches have been to any avail.

I cannot find a solution anywhere online. Any help would be greatly appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T07:29:23+00:00Added an answer on June 2, 2026 at 7:29 am

    this way uses WP functions:
    tested and work

    add_action( 'admin_menu', 'remove_tools' );
    function remove_tools() {
        remove_submenu_page('tools.php', 'tools.php');
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I in my wordpress menu bar one menu item is customized #menu-item-2722{background:#6AA985;color:#fff;} but the
I need to add submenu to Appearance menu at WordPress like Background, Header, etc.
In my application, I'm trying to achieve an admin menu akin to Wordpress' admin
In my application, I'm trying to achieve an admin menu akin to Wordpress' admin
I'm following this tutorial to create custom Wordpress options the function within theme/functions/admin-menu.php which
I am working on a Wordpress theme, my footer background color just disappeared and
Background I have a dimension table that has a single record for each day.
Some background: I setup six blogs this week, all using Wordpress 2.92, installed with
i'm starting with wordpress (from a drupal background) and trying to figure out how
I have created a wordpress theme and I made it so the background image

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.