Wordpress - Plugins and Extensibility
Identify the error in this plugin code snippet:
add_action('wp_footer', 'my_footer_function');\nfunction my_footer_function { echo 'Footer text'; }