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
1 file
+ 0
10
Compare changes
  • Side-by-side
  • Inline
<?php
declare( strict_types=1 );
namespace WPDesk\Init\HookProvider;
interface HookProvider {
public function hooks(): void;
}
\ No newline at end of file
Loading