Description
The Simple Event Summary for SportsPress plugin enhances your SportsPress plugin by adding a brief event summary below the main event card. It includes information such as scorers and referee details for a more comprehensive overview of the event.
Features
- Display performances, including goals, penalties, and other key events.
- Show referee information.
- Customizable display options for different event types and teams.
- Action hooks for custom data
Usage
Once activated, the plugin automatically adds the event summary below the main event card for SportsPress events. You can customize what data will be shown at SportsPress->Settings->Events->Event Summary
.
Action Hooks:
* esfs_before_inner_event_summary
– Fires before the event summary table is rendered. Allows developers to inject custom table content at the top of the table.
* esfs_after_inner_event_summary
– Fires after the event summary table is rendered. Useful for appending additional table information at the end of the table.
Support
For support or inquiries, visit plugin support forum.
Donate
If you find this plugin helpful, consider making a donation to support further development and maintenance.
Credits
This plugin was developed by Savvas. Visit author’s website for more information.
License
This plugin is licensed under the GPL v2 or later. See License for more details.
Captures d’écrans
Installation
- Upload the
simple-event-summary-for-sportspress
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
FAQ
-
Can I customize the display options?
-
Yes, you can customize the display options for performances, officials, and teams through the SportsPress Event Settings.
Avis
Il n’y a aucun avis pour cette extension.
Contributeurs/contributrices & développeurs/développeuses
« Simple Event Summary for SportsPress » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
ContributeursTraduisez « Simple Event Summary for SportsPress » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Journal des modifications
2.0
- Compatibility updates for WordPress 6.8.
- Improved code quality and adherence to WordPress Coding Standards.
- Enhanced security with better data sanitization and escaping.
- Added support for customizable event summary display via SportsPress settings.
- Enhanced error handling and validation for event and team data.
- Fixed minor issues with official links and display logic.
- Improved hooks for extensibility:
esfs_before_inner_event_summary
andesfs_after_inner_event_summary
. - Minor bug fixes and performance improvements.
1.2
- Minor tweaks.
1.1
- Minor tweaks.
1.0
- Initial release.