Wordpress - WordPress Hooks System
Identify the error in this code snippet:
function add_custom_text() {
echo 'Custom Text';
}
add_action('init', add_custom_text());