apply_filters( 'mc_disable_spam_checking', $disabled, $post ) → {bool}
Disable automatic spam checking (turned on when Akismet is active.)
Parameters:
Name | Type | Description |
---|---|---|
$disabled |
bool | True to disable spam checking. Default false. |
$post |
array | Posted event details for checking. |
- Source:
Returns:
- Type
- bool