diff --git a/include/minit-js.php b/include/minit-js.php index fe09680..3c99732 100644 --- a/include/minit-js.php +++ b/include/minit-js.php @@ -14,7 +14,7 @@ function __construct( $plugin ) { } - function init() { + public function init() { // Queue all assets add_filter( 'print_scripts_array', array( $this, 'register' ) );