feat(cf7-source): capture spam submissions via wpcf7_spam and submission status

This commit is contained in:
Vladimir Bryzgalov
2026-04-17 22:47:13 +05:00
parent 4ce2fac42d
commit eb199c6d40
2 changed files with 103 additions and 0 deletions
@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
namespace Cf7stg;
interface Interface_Spam_Source
{
public function register(): void;
}