It appears to be an attempt to use a known vulnerability in the tagDiv Composer plugin (used in a couple of tagDiv themes. Read the linked article for more details.
Note: If you think your WordPress site has been hacked, start here: https://wordpress.org/documentation/article/faq-my-site-was-hacked/
If you’re using the tagDiv plugin or theme, make sure it’s all up to date. If you’re not using any of it, you might be able to stop the flood of attempts with a rule in your site’s .htaccess file:
RewriteCond %{REQUEST_URI} ^/wp-json/tdw/.*$ [NC]
RewriteRule ^.*$ - [F,L]
Note: This .htaccess code is untested and you should test it in a non-production environment before you put it into production.
Related Posts:
- How to check if a theme is active?
- how to get path to images in the uploads folder to be used in a plugin
- How to maintain W3C standards compliance of a theme
- Difference between a theme and a plugin?
- How can I have two different urls for the same page that load two different templates?
- All shortcodes not working on custom theme
- How to enable edit button in the theme’s customize UI?
- Disable plugins on cron and ajax page
- Is it good practice to remove redundant plugins and themes?
- Ship plugin with a custom theme
- Declare a function before plugin does on the theme functions.php file
- How to solve a conflict between a plugin and a theme?
- WP Config for FTP credentials
- WordPress error – PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata()
- Whats the difference between Page Builder Plugins and Theme Builder Softwares? [closed]
- How to use load_plugin_textdomain from within a theme
- Theme and Plugins sharing common libraries
- Workflow and best practice for documentation [closed]
- Is there a quick way to inject i18n domain into theme/plugin files?
- How to avoid redefining requirejs in plugin when another plugin also uses requirejs
- Set WordPress Featured Image For All Post Slugs Matching Image File Name in Specified Directory
- Can I share predefined fonts from theme_support with a gutenberg component?
- Is there a reliable way to keep track of how long a WordPress theme has been active?
- How can I measure the performance of any WordPress Plugin or Theme?
- add_action in functions.php, do_action in plugin?
- Implement plugins as part of a theme
- How can I list recent posts excerpts?
- Theme or Plugin: Where should I write my code?
- Plugin Deactivate Self on Activation Errors
- Is it possible to use WordPress as an online portfolio for text content? What kind of theme would I look for?
- Do I still need a theme to use page builders?
- Two (or more) looks, with one set of content
- Can I make a super plugin that also has a theme?
- Prevent WordPress installing plugins and themes via Admin
- Plugin Handle URL With Custom Theme
- How to read individual user’s directory and display content to that specific user?
- WSOD after upgrading to 3.1
- Plugin-generated pages use Not Found or Pages Archive templates?
- Is there any kind of theme on WordPress to sell my own movies?
- All sites themes functions.php have been changed
- Error when using plugin QuickCache with plugin Mobile Smart ? [closed]
- How do I find out what is in control over a certain part of a website?
- How do I combine a theme with a plugin
- Overwrite category head title
- Create a single website with 3 theme options in wordpress
- Create custom pages with a plugin
- Does heavy theme and plugins affect server’s response time? [closed]
- Proper way to use plugin functions in functions.php
- Use different single.php file based on condition
- how remove font to increase site speed load
- Use $variable from file1.php in file2.php (different file paths)
- What is the purpose of WP_CONTENT_URL?
- issue in wp_localize_script
- How can I use my custom wordpress theme on two websites? [closed]
- How to remove products-links after the product title using remove_action
- Can I filter a function created by a theme or a plugin?
- How I update WordPress theme and plugins
- Overwrite add_image_size defined by theme
- Don’t load the theme for a page FROM a plugin EDITED
- Detect plugin/theme installation (via upload)
- How to check homepage contain blog post?
- how to design change in woocommerce cart page and all other page also by theme? [closed]
- is there a way to pass a parameter to a add_menu_page function?
- plugin inside a wordpress theme
- Share plugins, themes, and multi post in a multidomain network
- Removing the custom_image_header from wp_head
- Gantry Framework: new page loads homepage content instead of page content
- Upgrade not working & themes not supporting
- Plugin Admin panel checkbox unchecked after submit
- use EDD Content Restriction for restricting php in template
- admin-ajax.php 500 error when new users try to register
- Elementor Sidebar not loading when PRO elements plugin is active
- Elementor pro page editing gives error There has been a critical error on this website. Please check your site admin email inbox for instructions
- how to display a template.php in a shortcode
- What plugin would make this happen? If is the theme
- WordPress site hamburger menu toggle not working
- WordPress wp get_temp_dir return non exiting folder, thus failing plugin & themes update
- when i activate my WordPress plugin cannot see customizer options or preview
- Writing SEO for Homepage when homepage is set to display latest posts
- Fatal error: Class ‘RDTheme’ not found
- Getting unknown text in footer of email
- How to fix blog article view and share #’s?
- Description: Too much time has passed without sending any data for document
- When the user entered an unauthorized url redirect to login page
- How can I make the search bar in my wordpress site search all of the pages rather than just the blog posts?
- I want add repository theme folder
- Need Help Creating a Multi-Step, Video-Guided Enrollment Site
- Issues with Post 2 Post Plugin
- Disqus plugin outputs script as literal text
- How to get current template file used by WordPress?
- How can I modify the colors of my theme for a single section of my site? [closed]
- How to work email subscribe in WordPress?
- Terms id wordpress error
- How to add a plugin in WordPress theme directory?
- WP Customer Reviews call short code on another page [closed]
- How to make wordpress backend mobile optimized.?
- Editing a theme
- What is phpBB? Is it something like a plugin which I can use in WordPress? [closed]
- WordPress theme is not displaying the correct home page in the Pages section
- Newspaper theme, custom query vars, & custom rewrite rules