Extension plugins for the Football Pool plugin
-
Update: Because my dropbox links stopped working, I created this new topic for the extension examples.
Note: Please do not reply in this topic. This topic is only for posting extensions. If you have a question or would like to report a problem about an extension, please open a new topic!
During the last couple of years I have helped several users with all kind of requests to alter the working of the plugin. When I change the plugin’s behavior I try use hooks as much as possible. Because when you use hooks, then an upgrade of the plugin won’t overwrite your code changes.
The help page in the plugin contains some examples and also links to some resources on the internet that can help you make your own additions to the plugin.
But because I also made some myself, I decided to write this post to share them with you.
One important note: some of these extensions are very old, so it is possible that some won’t work anymore in the plugin. Maybe the hook is gone or the functionality made it to the core of the plugin, making the extension useless. But the file may still be valuable as an example for you.
Template (empty example)
If you want to use the hooks in the plugin you have to place your code somewhere so WordPress can pick it up. One place you can put your code is the functions.php of your theme, but I personally prefer writing a simple plugin that you can simply activate/deactivate. I created a file that you can use as a start to create your own plugin.
football-pool-extension-template.php
- The topic ‘Extension plugins for the Football Pool plugin’ is closed to new replies.