The installation instructions for the WordPress PlugIn MyCaptcha on wordpress.org is false. The code shown there is not complete. Here are the correct way to install it.
- for the single.php-file of your theme (must start at the first line of your file):
<?php
if (class_exists('MyCaptcha')) {
$MyCaptcha->initialize();
}
//
?>
Continue reading ‘Installation of the WordPress Plugin MyCaptcha’


Letzte Kommentare