Skip to content
Snippets Groups Projects
Verified Commit 597aa672 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

refactor: HookProvider also belongs to another package

parent 5b64e13e
No related branches found
No related tags found
3 merge requests!3improve into wp-hook and some additional unfinished things,!21.x,!1Draft: Basic implementation of plugin initializer
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
<?php
declare( strict_types=1 );
namespace WPDesk\Init\HookProvider;
interface HookProvider {
public function hooks(): void;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment