Function __global->check_spam_heuristics
Definitions
sources/antispam.php
- Check internal spam heuristics.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $page_level | boolean | No | No | required parameter | N/A | N/A | Whether this is a page level check (i.e. we won't consider blocks or approval, just ban setting) |
Preview
Code (PHP)
/**
* Check internal spam heuristics.
*
* @param boolean $page_level Whether this is a page level check (i.e. we won't consider blocks or approval, just ban setting)
*/
function check_spam_heuristics(bool $page_level)
* Check internal spam heuristics.
*
* @param boolean $page_level Whether this is a page level check (i.e. we won't consider blocks or approval, just ban setting)
*/
function check_spam_heuristics(bool $page_level)

