Skip to content
Snippets Groups Projects

Draft: Basic implementation of plugin initializer

Closed Bartek Jaskulski requested to merge 1.x into review
2 unresolved threads
2 files
+ 0
33
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
10
<?php
declare( strict_types=1 );
namespace WPDesk\Init\HookDriver;
interface HookableBundle extends \WPDesk\Init\Bundle\Bundle {
public static function hookable(): array;
}
\ No newline at end of file
Loading