2017 © Pedro Peláez
 

library wp-view

Aura View for Wordpress

image

fusible/wp-view

Aura View for Wordpress

  • Tuesday, June 20, 2017
  • by jnj
  • Repository
  • 1 Watchers
  • 0 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 17 % Grown

The README.md

fusible.wp-view

// plugin

<?php
/**
 * Plugin Name: Fusible View
 * Plugin URI: https://github.com/fusible/fusible.wp-view/
 * Description: Aura View for WP
 * Version: 1.0.0
 * Author: Jake Johns
 * Author URI: http://jakejohns.new/
 * License: MIT License
 */

namespace Fusible\WpView;

if (!is_blog_installed()) {
    return;
}


(new Container)->getRender()->register();

The Versions

20/06 2017

dev-develop

dev-develop

Aura View for Wordpress

  Sources   Download

MIT

The Requires

 

by jake johns

20/06 2017

0.1.0

0.1.0.0

Aura View for Wordpress

  Sources   Download

MIT

The Requires

 

by jake johns