Descripción
- 🚀 GitHub Repository: Found a bug or have a feature request? Let us know!
- 💬 Slack Community: Got questions or just want to chat? Come hang out with us on Slack!
In the vast tapestry of the WordPress universe, let your contributions shine like stars. The NHR Core Contributions Plugin elegantly weaves your efforts into your website, displaying your dedication with real-time stats. Let the world witness the story of your commitment to the WordPress community.
<?php echo 'Shine a Light on Your WordPress Core Work!'; ?>
✨ Features
- Real-Time Stats: Your latest WordPress core contributions are automatically displayed.
- Customizable Display: Display core contributions based on username
- Simple Integration: Just use a simple shortcode to embed your stats anywhere you like.
- Pagination: Fetch all of your contributions with pagination.
Shortcode
[nhrcc_core_contributions username="your_wp_username"]
External Services
This plugin uses the WordPress Core Trac API to retrieve core contributions data. By using this plugin, data is sent to the following service:
- WordPress Core Trac: https://core.trac.wordpress.org/
- Privacy Policy
No personal or sensitive data beyond the specified username is shared. This data is used solely to fetch and display the user’s contributions to the WordPress core project.
Capturas
Instalación
- Upload the plugin files to the /wp-content/plugins/nhrrob-core-contributions directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the ‘Plugins’ screen in WordPress.
- Use the shortcode [nhrcc_core_contributions username=»your_wp_username»] to display your contributions.
FAQ
-
How do I find my WordPress username?
-
Your WordPress username is the same as the one you use on WordPress.org.
E.x. https://profiles.wordpress.org/nhrrob/ (here username is: nhrrob) -
Does it shows all of my contributions
-
Absolutely. It fetches all of your contributions with pagination.
-
Can I see total contributions count? Also link to the details for each ticket?
-
Yes. Total count is shown at the top. Also all tickets are linked to the changesheet url.
-
How does the plugin handle my data?
-
The NHR Core Contributions plugin only transmits the WordPress.org username specified by the user to the WordPress Core Trac API. This is done solely to fetch and display your core contributions. No personal or sensitive data beyond the username is shared or stored.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«NHR Core Contributions» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «NHR Core Contributions» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.0.5 – 29/07/2024
- Updated: Unused tags are removed
- Few minor bug fixing & improvements
1.0.4 – 29/07/2024
- Fixed: Core contributions count related error
- Added: Related tags are added
- Few minor bug fixing & improvements
1.0.3 – 29/07/2024
- Added: 3rd party services in plugin readme
- Improved: Nonce verification mechanism
- Updated: WordPress tested up to version bumped
- Few minor bug fixing & improvements
1.0.2 – 11/07/2024
- Few minor bug fixing & improvements
1.0.1 – 26/06/2024
- Textdomain issue fixed
1.0.0 – 16/06/2024
- Initial beta release. Cheers!