public static function CleantalkFuncs::_cleantalk_set_ws in Anti Spam by CleanTalk 7.4
Same name and namespace in other branches
- 7.5 src/CleantalkFuncs.php \CleantalkFuncs::_cleantalk_set_ws()
Cleantalk inner function - sets working server.
1 call to CleantalkFuncs::_cleantalk_set_ws()
- CleantalkFuncs::_cleantalk_check_spam in src/
CleantalkFuncs.php - Cleantalk inner function - performs antispam checking.
File
- src/
CleantalkFuncs.php, line 775
Class
- CleantalkFuncs
- Cleantalk class create request
Code
public static function _cleantalk_set_ws($work_url = 'http://moderate.cleantalk.org', $server_ttl = 0, $server_changed = 0) {
variable_set('cleantalk_work_url', $work_url);
variable_set('cleantalk_server_ttl', $server_ttl);
variable_set('cleantalk_server_changed', $server_changed);
}