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 can I allow commas in tag names?
- wp.media update options and force render on uploader
- WordPress Plugin Development from Scratch. How? [closed]
- Restrict individual category combinations
- Installing Facebook comment plug in without loosing all previous wordpress comments?
- wp_schedule_event / cron_schedules – custom recurrence time not working in Plugin
- Plugin translations problem
- Use external link in the add sub menu
- How ( and mostly at what time ) can i prevent the alternate cron from running?
- WordPress register_activation_hook table creation not working
- How to add Edit | Delete button on rows?
- Multisite mu-plugins site-specific directory
- WordPress shopping cart that supports 2 tier product variation options
- Redirect to a welcome page after updating plugin
- Can WordPress Plugin Directory Cache Delay the Upload of Images?
- Hook (or other way) to find out when another plugin is activated / installed
- Issue using wp-load.php in WordPress Plugin Development
- How to change custom post type pemalink Hierarcy
- Calendar Solution: Handling upcoming Dates with Posts?
- Disable woocommerce cookies and delete cart data automatically
- Why required field not working in Country dropdown in WooCommerce –
- WordPress: cleaning media library
- How to Display Taxonomy Custom Meta Box Data in Archive Page?
- List the authors that have written posts in a category
- Is there any plugin which can paste a common content to my every post?
- My custom plugin did not create db tables in database
- Combining several CSS files into one for optimization
- Theme Custom Pages
- Is it a standard to have an empty `index.php` in root of Plugin? [duplicate]
- WordPress Fatal Errors [closed]
- Possible?? Pull Plugin Property Data to a Theme’s Custom Post Type
- WordPress plugin require_once unexpected
- Is there a way to input different rel=author and rel=publisher attributes for a WP blog w/ multiple authors?
- Plugin is creating posts twice
- Accessing widget information
- Update WordPress Theme System
- Oops! That page can’t be found
- post title not changing at post page
- show wc_add notices on particular page in woo commerce custom plugin development
- How to generate expiring URL of the page?
- Custom Formdata matching with user table
- Code Snippets plugin by Shea
- Why my multisite is this slow? (stats inside)
- Update User Meta Via Ajax
- wordpress plugin page error
- Update page (update-core.php) & Plugins page (plugins.php) revert to homepage
- trying to create simple plugin to filter categories from all authors
- Standalone Project Login with WP Login
- Proper Failure of Plugin Activation
- cPanel login from WordPress
- How to use wordpress with any “site url” (the url in settings) for development?
- WordPress 3,5 and Jquery version
- WooCommerce, different prices based on location [closed]
- Creating a press page for our project
- WooCommerce Order Status Displays Twice on Order Page
- Is it possible to add permalink when using wp_insert_post?
- Custom gutenberg block image preview not working
- WordPress Feature – Multi Level sorting
- De-index plugin files
- Upload Malicious File via Upload Plugin Prevention
- How to show image caption in Woocommerce gallery
- WordPress GiveWP Plugin showing blank page in none default theme [closed]
- Fragmented Static Conversion of WordPress Pages
- Beginner question: Accessing js script in plugin
- automation of plugin installations
- Uploading a plugin as .zip
- How to check if the Menubar contains no items?
- Is there a plugin or another way that can help me find out the underlying files of a page/post? [closed]
- Yoast Seo noindex added to pages outside wordpress
- How to export and import plugin data through WordPress tools option
- WordPress REST API filter on blank custom ACF
- How to change and edit users according to the extension in the URL
- How to add a static image inbetween the product tiles on main shoppage woocommerce?
- Plugin download link
- thumbnail_width not working in wordpress most popular post plugin
- Gravity Forms and Gravity View Permissions
- wp_options Table keeps growing
- Update Plugin of wordpress to specific version
- Can WordPress updates take down site functions?
- How to get custom setting from get_option and pass it in getEntityRecords in gutenberg block?
- Learn from Other site [closed]
- jet engine listing for every single taxonomy in post type [closed]
- Upload the images folder with sub-folders directly to server
- Limit entry to a WordPress page
- Create new page without menu in custom wordpress plugin
- Brands Filter Not Working For On Sale Products
- Custom URL image is not zooming
- How can I show the responses from the forms on my different site in the admin panel using rest api?
- The Admin page isn’t showing in the sidebar of the dashboard
- Why is my activator class adding the files/running the actions I add?
- Can we install 3d product configurator into wordpress
- Change Custom WordPress Function [closed]
- Removing filters with arguments set in a class
- Admin Notice is only localized when displaying the “Plugins” Backend Page
- Run a function only once when logging into dashboard
- Stop the user if login from the cookies
- Change weird Wp File structure
- LiteSpeed cache image Optimization
- How to have certain products show for only certain users (Not roles)
- Display file contents within Plugin