# give/4.16.8.1/src/Form/LegacyConsumer/Commands/HookCommandInterface.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.8.1. 17 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.8.1/code/src/Form/LegacyConsumer/Commands/HookCommandInterface.php
- Raw: https://pluginprobe.com/plugins/give/4.16.8.1/raw/src/Form/LegacyConsumer/Commands/HookCommandInterface.php
- Modified: 2021-11-23T23:55:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.16.8.1/code/src/Form/LegacyConsumer/Commands/HookCommandInterface.php#L10-L20`.

```php
<?php

namespace Give\Form\LegacyConsumer\Commands;

/**
 * @since 2.10.2
 */
interface HookCommandInterface
{
    /**
     * @since 2.10.2
     *
     * @param string $hook
     */
    public function __invoke($hook);
}

```
