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

Force Refresh, version 2.1.3. 12 lines.

- Page: https://pluginprobe.com/plugins/force-refresh/2.1.3/code/includes/actions/actions.php
- Raw: https://pluginprobe.com/plugins/force-refresh/2.1.3/raw/includes/actions/actions.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/actions.php#L10-L20`.

```php
<?php
/**
 * All of our package actions to register.
 *
 * @package ForceRefresh
 */

namespace JordanLeven\Plugins\ForceRefresh;

require_once __DIR__ . '/admin/actions-admin.php';
require_once __DIR__ . '/client/actions-client.php';

```
