| Current Path : /home/dtconseimw/www.2025.hack/wp-content/plugins.old/give/src/Form/Template/ |
| Current File : /home/dtconseimw/www.2025.hack/wp-content/plugins.old/give/src/Form/Template/Scriptable.php |
<?php
namespace Give\Form\Template;
/**
* Interface Scriptable
*
* @since 2.7.0
* @package Give\Form\Template
*/
interface Scriptable {
/**
* Load scripts and styles
*
* @since 2.7.0
* @return mixed
*/
public function loadScripts();
}