-
7 Ways to Prevent Fake Registrations on WordPress (with CleanTalk)

Fake registrations are more than a minor admin inconvenience. They fill your database with junk accounts, waste moderation time, reduce signup quality, and make it harder to understand what real user activity looks like. For WordPress sites, this problem is especially common. Registration forms are public by design, which makes them an easy target for
FEEDBACK LOG
The Latest
-
7 useful functions Drupal API that everyone should know!
In this article we will look at 7 Drupal API functions that are very helpful in the development of sites to Drupal 7. check_plain($text) – re-encodes special characters to HTML entities. Parameters: $text – the string for conversion The return value: the processed string to display as HTML. This function can be used to treat…
-
Drupal API functions for working with taxonomy
CleanTalk is a SaaS spam protection service for Web-sites. CleanTalk uses protection methods which are invisible for site visitors. Connecting to the service eliminates needs for CAPTCHA, questions and answers and other methods of protection, complicating the exchange of information on the site. In Drupal API there are a number of useful features for taxonomy…
-
A few tips to accelerate Drupal
CleanTalk is a SaaS spam protection service for Web-sites. CleanTalk uses protection methods which are invisible for site visitors. Connecting to the service eliminates needs for CAPTCHA, questions and answers and other methods of protection, complicating the exchange of information on the site. Drupal constantly criticized for its slowness, for the great number of database…
-
Saving “many-to-many” in Yii2 through behavior
CleanTalk is a SaaS spam protection service for Web-sites. CleanTalk uses protection methods which are invisible for site visitors. Connecting to the service eliminates needs for CAPTCHA, questions and answers and other methods of protection, complicating the exchange of information on the site. If you had to work with Yii2 sure there was a situation…