public static function HttpblResponseInterface::httpbl_honeylink in http:BL 8
Return HTML code with hidden Honeypot link in one of several styles.
Parameters
string $link: the link to a honeypot script.
string $word: the text of the link.
Return value
string The formatted link.
1 method overrides HttpblResponseInterface::httpbl_honeylink()
- HttpblResponse::httpbl_honeylink in src/
HttpblResponse.php - Return HTML code with hidden Honeypot link in one of several styles.
File
- src/
HttpblResponseInterface.php, line 82
Class
- HttpblResponseInterface
- Provides an interface defining the HttpblResponse manager.
Namespace
Drupal\httpblCode
public static function httpbl_honeylink($link, $word);