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

Force Refresh, version 2.12.0. 12 lines.

- Page: https://pluginprobe.com/plugins/force-refresh/2.12.0/code/includes/actions/actions.php
- Raw: https://pluginprobe.com/plugins/force-refresh/2.12.0/raw/includes/actions/actions.php
- Modified: 2023-11-10T16:53:14+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.12.0/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';

```
