Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/give/src/Form/Template/ |
Current File : /var/www/ooareogundevinitiative/wp-content/plugins/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(); }