Adding the following action essentially disables the press-this functionality, at least best I can tell:
add_action('load-press-this.php', function(){ wp_die('"Press This" functionality has been disabled.'); });
The option will still be there on the admin dashboard page, but attempting to use it will fail.
Related Posts:
- Created Widget Not Showing up on Admin Panel
- How to access a wordpress plugin page or add posts without doing it from the WordPress dashboard?
- How to implement a customizable free OpenID authentication?
- How can I edit post data before it is saved?
- Difference between add_filter and apply_filters
- How can I delete orphan keys in WordPress database tables?
- Is it a good idea to edit an already existing plugin to add more functionality?
- How to delete the Hello Dolly plugin automatically?
- Show Similar Post Titles ( Similar to Stack Exchange )
- Plugin (or Theme) containing its own Plugins?
- How do I unlock a post programmatically?
- How do I extend one plugin I’m writing with another I’m writing using classes?
- How to create extendable wordpress plugins
- Open external links in a new window
- Delete Custom Dashboard Widgets
- Editor access to plugin settings
- Some way to Flush or Overwrite all Imported Content in a Site for a Fresh Import – How?
- How to add usermeta to “Notice of Email Change” email message
- Which functions in theme or plugin load first
- Add CSS animation as Preloader to WordPress
- WP Plugin for Terms of Use
- How can I ‘reactivate’ .PHP files within a WP plugin that have been marked ‘inactive’?
- Woocommerce: Changing the variations select default value? [closed]
- Automagic Link Shortening for Non-Hosted WP
- Akismet plugin is deleting spam despite preferences
- How can I rewrite a plugin generated URL?
- Distributing and packaging plugins
- Dashboard Widget Form
- Multiple Instances sharing the same database in a development environment
- How to add rewrite rules and pagination to retrieve attachments files?
- Leveraging WordPress Comments on Custom Plugin Object page
- Is there a way to alter the order in which the plugins appear in the page?
- FacetWP group listings by custom field [closed]
- How to embed HTML code from WP Coder plugin (or other) into Main Index Template of the theme
- WordPress plugin – Error “Plugin generate 2890 characters of unexpected output when activated”
- Remove Duplicator plugin from admin menu if not an administrator
- Input with spaces in Shortcode attributes overwritten by defaults
- Edit Yoast SEO breadcrumbs output [closed]
- Do widget options need to be escaped widget()?
- Is there any W3C compatible Share & Follow plugin?
- className not populating in custom block
- In the archive widget, how do I sort in between two years?
- creating a custom shop page display on archive woocommerce
- polylang + category/tag custom language link
- Getting Theme element into plugins page editor in wp admin
- GeoMashup plugin: how to customize cluster markers / icons? [closed]
- Creating Featured Content Boxes
- Basic gallery plugin suggestion [closed]
- Allowed memory size exhausted problem
- How can i force wp-admin to use 2-column dashboard layout? [closed]
- Free paypal cart solution [closed]
- Which plugin can do horizontal scrolling of RSS feeds in WordPress [closed]
- I am trying to make a field show and save from quickedit screen
- Moving FB comments at the end of page
- Customizing a blog page layout
- How to handle a WordPress blog with articles in different languages?
- Widget where it can make changes to the container
- Call javascript functions from each page
- Can’t create new CPTs when menu hidden
- Displaying URL Based on User Input from a Form W/in a Dashboard Widget
- Widget Screen Locked
- Gathering all Custom Post Type posts in to array/object the proper way
- Link Posts to External URL
- Multiple Post Thumbnails Plugin – Need help with code
- how to render dashboard widgets conditionaly in wordpress admin
- Custom Post Type, Custom Columns List
- How to prevent plugin, theme installation failures on WordPress?
- How can I disable new plugin and theme install, but allow updates?
- Check if theme supports sidebar
- WordPress search input in database, to edit information via form and update the database
- Adding category base to url in custom post giving 404?
- Post source link plugin – small modification
- Can we hide a certain user in WP?
- How Can I Increase Breadcrumb Position Count (Starting From 2)?
- WordPress hierarchy clarification, does post_type_archive take precedence over taxonomy-term archive?
- WordPress Dashboard add user password not working, etc
- Create survey that redirects to sidebar menu customized to answers
- Load my Inline js footer area
- Move plugin upload folder from mywebsite.com/wp-content/uploads/pdfuploads to mywebsite.com/pdfs?
- Woocommerce list variations that are added already to cart in Single Product
- Ajax response returns html code instead of user data
- Flexslider empty slide
- Share on social media created listing after submission
- Translation plugin with default language?
- Custom pages with plugin
- Changing the body of mail sent to new user registration
- Which One Is Better For Managing Add Ons For Extensible Plugin?
- get_var result empty for query of custom table in plugin admin
- Posts are deleted everyday at night
- [Custom field template plugin] Upload limited to 20 inputs file
- I want to remove the register/login WordPress top bar from my website
- Change the behaviour of archive cpt category and single cpt by plugin, not by theme
- do_shortcodes() isn’t working
- Social network plugins for WordPress [closed]
- WordPress: code structure
- Why haven’t I see plugins using get_file_data to handle retrieving plugin version?
- Can anyone tell some online tuts for plugin development for beginner? [closed]
- Wrapping code in an if block
- How can I properly sanitize the update_option in WordPress?
- Is website for online game guides doable in WordPress? [closed]