Forums
(@labiosdecenizas)
13 years ago
Ok, i found the right way to use an add_action:
add_action(‘callknews’, array($Knews_plugin,’add_user’));
With this code in functions.php will be easy to integrate in all type of forms with a do_action calling.