Extracted from a code TODO at src/Handlers/Rules.php:162.
Rules::filter() runs the registered components through the antispam_bee_rules filter. We should decide and document whether the rule/post-processor set is intended to be a public extension point (filterable by third parties) or an internal registry. This affects the stability guarantees we make for the v3 component API.
Extracted from a code TODO at
src/Handlers/Rules.php:162.Rules::filter()runs the registered components through theantispam_bee_rulesfilter. We should decide and document whether the rule/post-processor set is intended to be a public extension point (filterable by third parties) or an internal registry. This affects the stability guarantees we make for the v3 component API.