try grepping your entire wordpress folder for ‘addthis’. From your root: grep -irn "addthis" *. It’s bound to be in there somewhere.
Check in wp-content, because you want to search through your themes and plugins. wp-includes is part of WordPress core so I doubt it would contain any references to AddThis.
Related Posts:
- How to implement a customizable free OpenID authentication?
- Woocommerce get cart total price in a number format [closed]
- How to tell if Jetpack’s Photon is active?
- Is it good practice to remove redundant plugins and themes?
- What is the purpose of the “Hello Dolly” plugin?
- Generate Advanced Custom Fields box in custom admin menu page
- How can I include a setting that has a variable number of values in a settings page using register_setting?
- change plugin shortcode function [closed]
- How to prepend to the_title for admin-side plugin’s use
- How can I retrieve data within my widget
- woocomerce variations [closed]
- Whats the difference between Page Builder Plugins and Theme Builder Softwares? [closed]
- How to use load_plugin_textdomain from within a theme
- Creating search filter through plugin
- jQuery Plugin to use WordPress functions in AJAX request
- Can a plugin deactivate itself?
- Syntax Highlighting Plugins and 3.2.1
- Problem Building a Simple Google Maps Plugin
- Is there a way to alter the order in which the plugins appear in the page?
- Display content from custom post type if match to main post category
- woocommerce_order_status_completed action hook not working [closed]
- How to update billing_email when user_email is updated [closed]
- Plugin Using get_the_content Causing Issues With Tag
- Is Wrapping intval() Around esc_attr() Redundant for Escaping Input?
- Generate XML Sitemap for Blog on Magento Platform
- Display data on Word Press site posts and pages from mysql table
- How to save additional user data as part of the registration process?
- Plugin Options Not Saving to Database in WP 4.5
- Why is output buffering used here?
- What’s the best way to implement AJAX in WordPress?
- Trying to create a plugin to change wordpress site icons per page
- What is the correct way to show $href = vc_build_link( $href ); [closed]
- PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback Error without any function name
- Standard Fail2Ban vs. WP Fail2ban vs. WP Fail2Ban Redux
- Adapt PHP form action for WordPress?
- trying to get product category image in woo-coomerce
- Plugin init hook fires repeatedly
- How to delete all trashed item in one-go
- How to update mu-plugin
- Hide a Menu Item on Login
- What are the performance hiccups when building plugins?
- disabling ftp on wordpress
- Where is my google maps on my page? [closed]
- coding a WordPress AJAX Form using PHP to check if User is Logged Out and Show error
- plugin wraps the entire content
- How Do I Uninstall a Current WordPress Theme and Install a Fresh Theme
- How do I change where a plugin pulls updates from?
- Individual Comment Notification Setting For Post Author
- How programatically cause uploads folder to be created?
- Mass Mail Plugin to Email Specified User Roles [closed]
- Favorite recent post widget
- require_once not working in plugin wordpress
- Quiz with complex output/result
- Using Class loader in WordPress boilerplate
- Images not appearing after applying Smush
- Identify User Language, Redirect to the corresponding page and Save the chosen language as Cookie
- Display value of the GET parameter in a new URL page
- How do I use a plugin’s shortcode attribute value in another function?
- Change the address of the music player if not available
- WordPress disable direct access of files in WordPress installation path
- Hello everyone! Is there a function to call the wordpress loader?
- $wpdb->insert not working inside save_post tag
- How to check for already existing plugin versions on activation? and prevent errors
- update_post_meta is not working for me when I use e.preventDefault for update button
- jQuery works instead of $
- WordPress create thumbnails on demand
- How user can download a specific file?
- How to get data from a private API and add it to wordpress pages
- Scheduled cron event removed from list automatically after sometime
- Geotargeting plugins never work
- Plugin management with my custom plugin
- How to allow editors to only edit certain categories?
- How to pass value from WordPress to Javascript
- 504 Timeout gateway when trying to pay for an order in Woocommerce. What else can I do?
- How do I create a state of “don’t assign anything to variable” if WP_Error throws an error?
- How to get custom or filtered endpoints in WordPress API?
- Get not the full path
- Plugin communication between sites that use it?
- Being hacked. Is there a list of WordPress security holes I can check against?
- WordPress 4.1 plugin only save 1 field to database
- How to run my plugin only when the whole page is sent?
- WordPress custom posttype meta values doesnot save
- Why tinyMCE.editors doesnt work on tinyMCE
- Assigning a custom post type to a custom page
- get_var result empty for query of custom table in plugin admin
- WordPress include scripts and style in plugin page
- get_option include in my adsense
- woocommerce product categories in menu [closed]
- Book plugin to record books read and write my own reviews [closed]
- How can I make a website with dynamic features with wordpress?
- Advanced Ajax Page Loader and Masonry Grid
- On the same site, how do I send data from a plugin file to a theme file?
- How to add custom html to the Media > Attachment Details modal?
- Unable to access WPadmin, website down
- Conflicting plugins break site
- Implementing onSplit/onMerge in dynamic Gutenberg Custom Blocks
- How to disable pagination in WordPress’ API results?
- How to change the version of block.js and plugin to the same of Package.json?
- Warning “Attempt to read property ‘feeds’ on null” using post update function
- How to Remove Default Category Metabox in Custom Post Types