# plugin-check/1.5.0/includes/Checker/Static_Check.php

Plugin Check (PCP), version 1.5.0. 18 lines.

- Page: https://pluginprobe.com/plugins/plugin-check/1.5.0/code/includes/Checker/Static_Check.php
- Raw: https://pluginprobe.com/plugins/plugin-check/1.5.0/raw/includes/Checker/Static_Check.php
- Modified: 2024-02-14T23:04:36+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/plugin-check/1.5.0/code/includes/Checker/Static_Check.php#L10-L20`.

```php
<?php
/**
 * Interface WordPress\Plugin_Check\Checker\Static_Check
 *
 * @package plugin-check
 */

namespace WordPress\Plugin_Check\Checker;

/**
 * Interface for static checks.
 *
 * @since 1.0.0
 */
interface Static_Check extends Check {

}

```
