Plugin development – Fatal error:
-
Hi,
I’m developing my first plugin for fetching and parse some soccer stats from a webpage and display it on a static page.
I’m almost there but when i activate it returns:
Fatal error: Cannot redeclare futstats_activate() (previously declared in /opt/lampp/htdocs/wordpress/wp-content/plugins/futstats/futstats.php:15) in /opt/lampp/htdocs/wordpress/wp-content/plugins/futstats/futstats.php on line 26
I were looking about these errors and i guess is self-explained.. is trying to declare again an existing funcion but there isn’t.
You can read my code here
Thanks in advance for your time
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Plugin development – Fatal error:’ is closed to new replies.