# countdown-time/1.2.0/bplugins_sdk/require.php

Countdown Timer Block – build urgency for events and launches, version 1.2.0. 11 lines.

- Page: https://pluginprobe.com/plugins/countdown-time/1.2.0/code/bplugins_sdk/require.php
- Raw: https://pluginprobe.com/plugins/countdown-time/1.2.0/raw/bplugins_sdk/require.php
- Modified: 2024-01-01T06:18:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/countdown-time/1.2.0/code/bplugins_sdk/require.php#L10-L20`.

```php
<?php
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

	// Configuration should be loaded first.
	require_once dirname( __FILE__ ) . '/config.php';
	require_once FS_LITE_DIR . '/inc/Base/FS_Lite.php';
	require_once FS_LITE_DIR . 'inc/Base/FSActivate.php';


```
