Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 392 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 392 Bytes

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