Make entity hooks configurable in config

Created on 7 March 2024, 4 months ago
Updated 15 March 2024, 4 months ago

Problem/Motivation

Currently, the module reacts to all hooks (insert, update, delete). For larger sites, the number of requests can lead to the "429: Too many requests" error.

See
https://rankmath.com/kb/how-to-fix-429-error-with-indexnow-api/
https://www.indexnow.org/faq

Proposed resolution

It is desirable in such cases to make the module only react to insert hooks, and omit the update and delete hooks. This patch should make this configurable.

✨ Feature request
Status

Fixed

Version

3.1

Component

Code

Created by

🇧🇬Bulgaria alexrayu

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024