2017 © Pedro Peláez
 

library mimizuku-core

This library is core of WordPress theme mimizuku

image

inc2734/mimizuku-core

This library is core of WordPress theme mimizuku

  • Saturday, July 28, 2018
  • by inc2734
  • Repository
  • 1 Watchers
  • 0 Stars
  • 928 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 100 Versions
  • 24 % Grown

The README.md

Mimizuku Core

Build Status Latest Stable Version License, (*1)

Install

$ composer require inc2734/mimizuku-core

How to use

<?php
new \Inc2734\Mimizuku_Core\Core();

Using layout/view Controller

<?php
// e.g. singular.php
use Inc2734\Mimizuku_Core\App\Controller\Controller;

Controller::layout( 'wrapper' );
Controller::render( 'content', get_post_type() );

The Versions