A fork of the popular open-source contract for web designers and developers by Stuff & Nonsense, reworded for developers
- Originally published: 05/02/2014
- Original post
Between us [company name] and you [customer name]
<?php | |
/** | |
* WordPress Plugin class. | |
* | |
* A base class from which WordPress plugins can be extended. Provides a | |
* robust set of convenience methods and properties which make plugin | |
* development easier and more standardised. | |
* | |
* @package WP_Plugin | |
* @since 0.1 |
Between us [company name] and you [customer name]