Extract from GitHub ClassicPress (and WordPress) core contributors and Props usernames between two tags.
- ClassicPress core contributors identified statically (a new contributor must be hardcoded in this plugin).
Props
andWP:Props
are recognized as WordPress Props.CP:Props
andCP Props:
are recognized as ClassicPress Props.
Add your GitHub access token to wp-config.php
to use GitHub API without limitations.
define('GITHUB_API_TOKEN', 'ghp_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX');