apply_filters( 'mc_custom_spam_status', $status, $post ) → {int}
Test spam status before Akismet runs. Returns immediately and shortcircuits tests.
Parameters:
Name | Type | Description |
---|---|---|
$status |
int | Numeric status. 0 for valid, 1 for spam. |
$post |
array | Submitted data from POST. |
- Source:
Returns:
- Type
- int