Registration Actions can be a lot easier

WordPress uses a lot of registration actions for adding new types of content, such as custom post types, navigation menu locations, sidebars, taxonomies and image sizes. By default, these WordPress Register actions require a lot of parameters.

The WP Register script makes it easy to register these types of information using a single array of configurations.

Installing WP Register

WP Register can be installed by including the script as found on Github within your project, or by including it using composer. WP Register is obviously a script for WordPress. Basically, it presents WordPress register functions in a more convenient manner.

Detailed documentation on how to implement WP Register can be found in the readme at Github. In essence, it is as easy as creating a new WP Register instance and passing an array of desired configurations.

A Free WordPress Script Collection

During the years, we found out that we were repeating the same code over and over in our WordPress development projects. The obvious thought came in mind: Why don’t we store these pieces of code in reusable scripts on GitHub?

But we could just distribute them as free WordPress scripts! And so it happened, our repository was born. These are all free premium WordPress scripts. Have fun developing!

WP Register: Easily Use WordPress Register Functions 1