section214/s214-settings

A PHP library for implementing a simple, transparent WordPress settings panel.

1.2.2 2016-08-30 22:24 UTC

This package is not auto-updated.

Last update: 2024-03-16 16:58:43 UTC


README

Travis Scrutinizer Code Quality Code Coverage License

Packagist Packagist Pre Release

What Is This?

Depending on the size of a project, you may be able to get away with adding settings to an existing WordPress page (or the customizer). On the other end of the spectrum, you may need (or want) to implement a full-scale control panel like Redux. But what if your project is somewhere in the middle? Or what if you need a control panel, but don't want the bulk that goes along with most? This is an issue that I've struggled with for some time. My standard implementation has historically been a fork of the awesome system used by Easy Digital Downloads. However, this has its own set of issues. For each project, I had to sort through the various required files and update function and variable names to prevent conflicts, and the process of implementing it was arduous. Thus, I finally sat down and converted it into a reusable library which I am now sharing with the general public! Read on to check out the basic implementation.

More information can be found on the wiki.

Installation

  1. You can clone the GitHub repository: https://github.com/Section214/S214-Settings.git
  2. Or download it directly as a ZIP file: https://github.com/Section214/S214-Settings/archive/master.zip

This will download the latest developer copy of the S214 Settings library.

Bugs

If you find an issue, let us know here!

Contributions

Anyone is welcome to contribute to the library. Please read the guidelines for contributing to this repository.

There are various ways you can contribute:

  1. Raise an Issue on GitHub
  2. Send us a Pull Request with your bug fixes and/or new features
  3. Provide feedback and suggestions on enhancements