Welcome to the developer repository for utm.codes, a WordPress plugin that makes creating analytics friendly marketing links quick and easy.
For more information about this plugin visit utm.codes.
To download just the plugin (without the developer extras in this repo) check out utm.codes on WordPress.org.
Try utm.codes Now! Use the new "Live Preview" available at WordPress.org to try utm.codes directly in your browser. Click here to visit WordPress.org
utm.codes is developed for, and tested with, platform versions covering the vast majority of WordPress users, including:
- WordPress 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, and 6.8
- PHP 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, and 8.3
main - Contains the latest usable code and will mirror the code available for download from WordPress.org.
development - This branch will at times be more experimental and may contain incomplete and/or untested ideas. Please reference latest commit messages/tags for further details. This branch should be used for development and experimentation only and not deployed to a production environment.
.
├── .github
├── .wordpress
├── _build
│ ├── javascript
│ └── styles
├── _test
├── assets
│ ├── css
│ └── js
├── classes
│ └── shorten
├── img
├── languages
└── test
├── css
└── js
- .github - GitHub.com development resources including workflows and various documentation
- .wordpress - WordPress.org resources including live preview blueprint and screenshots
- _build - Static resource build files used to compile our javascript and stylesheet
- _test - PHPUnit unit, integration, and ajax test resources
- assets - Compiled admin stylesheet and javascript used by our plugin
- classes - Core classes used by our plugin
- img - Our awesome logo
- languages - Portable Object Template (.pot) file for plugin translation
utm.codes uses webpack. Prerequisites include a working and reasonably up-to-date install of node and npm.
For instructions on running the build check out the README.
For instructions on running test check out the README.
We would be delighted if you'd submit a review of this plugin. Click here to post a review.
If you'd like to contribute to utm.codes please reference our code of conduct and contributing guides.