Skip to content

Library for quick creating custom settings pages, custom posts, metaboxes etc.

Notifications You must be signed in to change notification settings

grzegorz-jamroz/wp-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rockujemy Wordpress Extensions

Library used in Rockujemy themes and plugins.

Code Coverage Release Version

Installation

Open console in your WordPress theme folder or plugin folder:

cd wordpress\wp-content\themes\your-theme

or

cd wordpress\wp-content\plugins\your-plugin

Run Composer to install this package in your project:

composer require grzegorz-jamroz/wp-extensions

Remember to require vendor/autoload.php file in your code to enable the class autoloading mechanism provided by Composer.

You can do it for example in the beginning of: wordpress/wp-content/themes/your-theme/functions.php

require_once __DIR__ . '/vendor/autoload.php';

Usage

About

Library for quick creating custom settings pages, custom posts, metaboxes etc.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages