felixarntz/wpdlib

View on GitHub
README.md

Summary

Maintainability
Test Coverage
[![Code Climate](https://codeclimate.com/github/felixarntz/wpdlib/badges/gpa.svg)](https://codeclimate.com/github/felixarntz/wpdlib)
[![Latest Stable Version](https://poser.pugx.org/felixarntz/wpdlib/version)](https://packagist.org/packages/felixarntz/wpdlib)
[![License](https://poser.pugx.org/felixarntz/wpdlib/license)](https://packagist.org/packages/felixarntz/wpdlib)

WPDLib (WordPress Definitely Library)
=====================================

This library is used and bundled by all _Definitely_ plugins for WordPress.

The library contains general functionality shared across all these plugins. You probably found your way here since you were looking at the code of one of the _Definitely_ plugins - or you're interested in learning more about their internals.

For a detailed guide and reference on how to use this library, please read the [Wiki on Github](https://github.com/felixarntz/wpdlib/wiki).

Contributions and Bugs
----------------------

If you have ideas on how to improve the library or if you discover a bug, I would appreciate if you shared them with me, right here on Github. In either case, please open a new issue [here](https://github.com/felixarntz/wpdlib/issues/new)!

You can also contribute to the library by translating it. Among the library files, there is a `.pot` file which you can use as a starting point. When you're done with a translation, you can either create a pull request with the new translation files or you can send them to me manually.