Files
SIGE-WEB-snapshot/ambiente-de-test/wp-content/plugins/force-refresh/includes/actions/actions.php

12 lines
235 B
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';