index.php
16 lines
| 1 | <?php |
| 2 | |
| 3 | if ( !defined( 'ABSPATH' ) ) { |
| 4 | exit; // Exit if accessed directly |
| 5 | } |
| 6 | /** |
| 7 | * Manages Paypal gateaway functions folder |
| 8 | * |
| 9 | * Here includes files are defined and managed. |
| 10 | * |
| 11 | * @version 1.0.0 |
| 12 | * @package implecode-paypal-getaway/functions |
| 13 | * @author Norbert Dreszer |
| 14 | */ |
| 15 | //require_once( IC_WOOCAT_BASE_PATH . '/functions/compatibility.php' ); |
| 16 |