fusible/wp-view

Aura View for Wordpress

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/fusible/wp-view

0.1.0 2017-06-20 17:38 UTC

This package is auto-updated.

Last update: 2025-09-29 01:51:20 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();