NHR Core Contributions

Mô tả

  • 🚀 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.

Ảnh màn hình

  • Dashboard => Tools => Core Contributions page
  • How to add shortcode
  • Shortcode view on the front end

Cài đặt

  1. Upload the plugin files to the /wp-content/plugins/nhrrob-core-contributions directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Use the shortcode [nhrcc_core_contributions username=”your_wp_username”] to display your contributions.

Hỏi đáp

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.

Đánh giá

Không có đánh giá nào cho plugin này.

Người đóng góp & Lập trình viên

“NHR Core Contributions” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

1.0.6 – 18/10/2024

  • WordPress tested up to version is updated to 6.7
  • Few minor bug fixing & improvements

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!