// 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();
-
Notifications
You must be signed in to change notification settings - Fork 0
fusible/fusible.wp-view
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|