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

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

- Page: https://pluginprobe.com/plugins/plugin-check/1.5.0/code/includes/Checker/Check_Context.php
- Raw: https://pluginprobe.com/plugins/plugin-check/1.5.0/raw/includes/Checker/Check_Context.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/Check_Context.php#L10-L20`.

```php
<?php
/**
 * Class WordPress\Plugin_Check\Checker\Check_Context
 *
 * @package plugin-check
 */

namespace WordPress\Plugin_Check\Checker;

use WordPress\Plugin_Check\Plugin_Context;

/**
 * Class representing the context of a plugin to check.
 *
 * @since 1.0.0
 */
final class Check_Context extends Plugin_Context {

}

```
