# give/3.15.0/src/Form/Template/Scriptable.php

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

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

```php
<?php

namespace Give\Form\Template;

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

    /**
     * Load scripts and styles
     *
     * @since 2.7.0
     * @return mixed
     */
    public function loadScripts();
}

```
