After copy and pasting the code into a file and uploading it to /wp-content/plugins folder, I get the following fatal error when trying to activate the plugin:
Parse error: syntax error, unexpected T_FUNCTION in /xxx/xxx/public_html/worldcup2014/wp-content/plugins/football-pool-avatar.php on line 11
Line 11 is: add_filter( ‘footballpool_ranking_ranking_row_template’, function( $template, $all_user_view, $type ) {
I’m not a PHP pro, so any help is appreciated.
Thanks!