# give/4.16.8.1/src/FeatureFlags/FeatureFlags.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.8.1. 15 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.8.1/code/src/FeatureFlags/FeatureFlags.php
- Raw: https://pluginprobe.com/plugins/give/4.16.8.1/raw/src/FeatureFlags/FeatureFlags.php
- Modified: 2024-11-20T23:19:16+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/give/4.16.8.1/code/src/FeatureFlags/FeatureFlags.php#L10-L20`.

```php
<?php

namespace Give\FeatureFlags;

/**
 * @since 3.18.0
 */
interface FeatureFlags
{
    /**
     * @since 3.18.0
     */
    public static function isEnabled(): bool;
}

```
