ahartzog
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Mixed Content Warning – http://tags.bluekai.comAndrew – this plugin has been purchased by ShareThis and their new terms of service allows them to load a pile of tracking cookies and garbage into your site.
See here:
https://wordpress.org/support/topic/how-to-backgrade-simple-share-buttons/
I have no problem with people monetizing a product, but sneakily loading crap like this onto users is unacceptable.
Forum: Plugins
In reply to: [WP Masquerade] How do I turn off the Masquerade link in the Admin bar?Add this to your functions.php:
function remove_wp_masquerade_bar( $wp_admin_bar ){ if( is_plugin_active( 'wp-masquerade/masquerade.php' ) ){ $wp_admin_bar->remove_node( 'wpmsq-ab-link' ); } } add_action( 'admin_bar_menu', 'remove_wp_masquerade_bar', 99 );Forum: Plugins
In reply to: [String locator] Bring back , old functionalityJust wanted to chime in and say awesome plugin- thank you for all your work.
It also became unusable for us with 1.8; particularly on a multisite install where I want to search plugin files so it needs to search 6 themes and a ton of other folders.
I reverted to 1.7 and am happy with it, the new interface with the old speed would be great.
Thanks again for your contributions.