jQuery(function($) { // Removes the Activity and Finish Setup link on WooCommerce admin pages $('#woocommerce-activity-panel').remove(); // Removes the Popular Tags div at the bottom of the Plugins -> Add New screen $('.plugins-popular-tags-wrapper').remove(); });