Current Path : /var/www/html/soar-backup/wp-content/plugins/give/src/Views/Form/Templates/Legacy/ |
Current File : /var/www/html/soar-backup/wp-content/plugins/give/src/Views/Form/Templates/Legacy/Legacy.php |
<?php namespace Give\Views\Form\Templates\Legacy; use Give\Form\Template; class Legacy extends Template { /** * @inheritDoc */ public function getID() { return 'legacy'; } /** * @inheritDoc */ public function getName() { return __( 'Legacy Donation Form', 'give' ); } /** * @inheritDoc */ public function getImage() { return GIVE_PLUGIN_URL . 'assets/dist/images/admin/LegacyForm.jpg'; } /** * @inheritDoc */ public function getOptionsConfig() { return require 'optionConfig.php'; } }