The easiest way might be to hide it using CSS. If there’s a class or id unique to the container, add this to your theme’s functions.php:
add_action('admin_head', 'custom_admin_css_ha');
function custom_admin_css_ha() {
echo '<style>
#unique-id-or.unique-class-goes-here {
display: none;
}
</style>';
}
Related Posts:
- How to run Jetpack from localhost? [closed]
- When would it make sense to use Jetpack?
- How to track hits of a single media file?
- How to tell if Jetpack’s Photon is active?
- Jetpack plugin (ShareDaddy): Prevent share buttons showing on custom post types?
- Best Apache Log Analyzer Plugin? [closed]
- How to get the “stats” plugin that comes with a .wordpress.com blog?
- First WordPress Plugin – Stat Issues
- How to stop xmlrpc attacks without disabling component to allow JetPack to work in WordPress?
- Filtering get_permalink in Jetpack / ShareDaddy
- Redirect to another page using contact form 7? [closed]
- How to display number of page views on a post?
- WordPress stats API key
- Add estimated value for a post according to the number of words
- How to track clicks
- Cropping images from top center using Jetpack Photon
- Edit / Change Jetpack Mobile Theme [closed]
- WordPress stats: OWA plugin overhead in the future
- How to do database for download stats?
- Moving Jetpack buttons to appear below the first H2 title on all project/post pages [closed]
- Facebook and Twitter share buttons not working [closed]
- WordPress Stats Plugin: Display Post Views [closed]
- Why may one avoid Jetpack plugin? [closed]
- Jetpack: Subscribe via e-mail [closed]
- After installing JetPack, can I delete the WordPress stats plugin?
- Show Homepage (only) Hits Count
- how does ‘init’ /’parse_request’ hook work for wordpress?
- Show views count for pop up post
- Using WordPress to create a simple web app (SaaS) [closed]
- How can I disable Jetpack plugin on mobile?
- Fetching WP.me shortlinks for posts using WP Rest API
- How do plugin updates work?
- Jetpack Comments Change Placeholder Text
- I’ve installed Jetpack but can’t edit the CSS to my blog?
- Questions about using Disqus or Jetpack for comments [closed]
- What are these entries in the database? Looks similar to JSON
- Inherit plugin settings to new site in Multisite
- Add content to /wp-admin/plugin-install.php admin screens
- How to make sure a wp-cron job runs
- Two embedded gallery in one post
- Open external links in a new window
- How can I change my javascript after it has been enqueued? [closed]
- Can’t use /wp-json/wp/v2/plugins API endpoint even as administrator
- Can plugins become obsolete?
- Capitalize All Titles and Headlines in Chicago Style
- I am trying to match the wpallimport using the Xpath Filter
- Showing Co-Authors on post page
- How do I store information in a dynamic block in WordPress?
- Shortcode doesn’t work if I directly paste its function in a template file?
- How to get the HTML until ?
- How to generate video out of images via WordPress plugin
- How to include a file for admin and 2 pages without being loaded on other parts of the site?
- Is there a hook that is called only once after plugin bulk update process is completed?
- Events Made Easy Plugin – Duplicate Title Tags
- Doubt using $wpbd->get_col for a single column
- Can’t Update, Delete, install Plugin
- Get plugin option in another PHP file
- NGiNX + PHP5-fpm + CDN Tools (plugin) [closed]
- How can I add hyperlink in WP_Error message?
- In the archive widget, how do I sort in between two years?
- Is there a hook to Intercept al urls from a webpage and redirect to a page
- Set plugin-values when creating post via REST-API
- Active class not working on page created by plugin wordpress
- Is there a way to figure out which action/filter invoked a function?
- Allow customers to download updated versions of software
- Plugin retrieving results even after uninstallation
- Looking for advice for a mail sending plugin
- My plugins are ending up above the header?
- Loop in elementor custom widget not working
- Change text string in a plugin
- get_users(); Is an Undefined Function When Used in Cron Job
- .php file for woocommerce edit category? [closed]
- Minimalistic schedular
- Using a Plugin to Show/Hide Content after Header?
- FacetWP breaks jQuery events
- Filter Content on Ultimate Membership plugin based on the Country Field Form
- How do I display PHP file contents on front end of WordPress?
- How to apply to hide TinyMCE (wp_editor) on button click
- RSS feeds for specific topics
- ob_end_flush(): failed to send buffer of zlib output compression (0) in external php
- How to send the featured image of a post to an API?
- jQuery Ajax not loading page with ACF fields
- How can I translate something in my class constructor of my plugin in WordPress?
- Which post/page an image is attached to
- Theme that includes a “core” plugin but the files in theme and child folder ignored
- Woocommerce Attribute price for non-variations
- My wp database has been hacked
- How to create different views for different user roles?
- Change hook to add_action in a plugin class
- Tortoise SVN showing ‘Access to ‘/!svn/me” forbidden error.
- Customize CSS for “Swipebox ” lightbox
- Cannot pass variable to page definition
- Best use adding user generated JS/CSS to a theme with a plugin
- How to create an uploads subfolder on a multisite setup?
- API Functions to Register and Show WordPress List Tables
- Multiple level shortcodes
- Getting error of unexpected output during activation
- Jquery UI implementation [closed]
- Wanted: PayPal plugin for WordPress [closed]
- Simple Amazon Affiliate Plugin [closed]