├── README.md ├── assets └── js │ └── bb-custom-attributes.js ├── bb-custom-attributes.php ├── includes ├── BBCustomAttributes.php └── GithubUpdater.php └── license.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonTheAdams/BBCustomAttributes/HEAD/README.md -------------------------------------------------------------------------------- /assets/js/bb-custom-attributes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonTheAdams/BBCustomAttributes/HEAD/assets/js/bb-custom-attributes.js -------------------------------------------------------------------------------- /bb-custom-attributes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonTheAdams/BBCustomAttributes/HEAD/bb-custom-attributes.php -------------------------------------------------------------------------------- /includes/BBCustomAttributes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonTheAdams/BBCustomAttributes/HEAD/includes/BBCustomAttributes.php -------------------------------------------------------------------------------- /includes/GithubUpdater.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonTheAdams/BBCustomAttributes/HEAD/includes/GithubUpdater.php -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JasonTheAdams/BBCustomAttributes/HEAD/license.txt --------------------------------------------------------------------------------