# force-refresh/2.1.3/includes/actions/client/actions-client.php

Force Refresh, version 2.1.3. 11 lines.

- Page: https://pluginprobe.com/plugins/force-refresh/2.1.3/code/includes/actions/client/actions-client.php
- Raw: https://pluginprobe.com/plugins/force-refresh/2.1.3/raw/includes/actions/client/actions-client.php
- Modified: 2020-09-16T23:04:42+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/force-refresh/2.1.3/code/includes/actions/client/actions-client.php#L10-L20`.

```php
<?php
/**
 * All of our actions for visitors to our site.
 *
 * @package ForceRefresh
 */

namespace JordanLeven\Plugins\ForceRefresh;

require_once __DIR__ . '/inc.refresh-js.php';

```
