components
7 years ago
donation-form
7 years ago
donation-form-grid
7 years ago
README.md
8 years ago
load.js
8 years ago
load.php
8 years ago
load.php
12 lines
| 1 | <?php |
| 2 | // Exit if access directly. |
| 3 | if ( ! defined( 'ABSPATH' ) ) { |
| 4 | exit; |
| 5 | } |
| 6 | |
| 7 | /** |
| 8 | * Blocks |
| 9 | */ |
| 10 | require_once GIVE_PLUGIN_DIR . 'blocks/donation-form/class-give-donation-form-block.php'; |
| 11 | require_once GIVE_PLUGIN_DIR . 'blocks/donation-form-grid/class-give-donation-form-grid-block.php'; |
| 12 |