fusible/wp-view

Aura View for Wordpress

0.1.0 2017-06-20 17:38 UTC

This package is auto-updated.

Last update: 2024-03-29 03:13:33 UTC


README

// 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();