# give/4.16.9/src/Form/Template/Hookable.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.9. 22 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Form/Template/Hookable.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Form/Template/Hookable.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.9/code/src/Form/Template/Hookable.php#L10-L20`.

```php
<?php

namespace Give\Form\Template;

/**
 * Interface Hookable
 *
 * @package Give\Form\Template
 * @since 2.7.0
 */
interface Hookable
{

    /**
     * Load WordPress hooks
     *
     * @since 2.7.0
     * @return mixed
     */
    public function loadHooks();
}

```
