functions.php
703 Bytes
<?php
/**
* Content Control Function Loader..
*
* @package ContentControl
*/
namespace ContentControl;
require_once 'functions/back-compat.php';
require_once 'functions/compatibility.php';
require_once 'functions/content.php';
require_once 'functions/developers.php';
require_once 'functions/globals.php';
require_once 'functions/install.php';
require_once 'functions/options.php';
require_once 'functions/protections.php';
require_once 'functions/query.php';
require_once 'functions/restrictions.php';
require_once 'functions/rules.php';
require_once 'functions/rule-callbacks.php';
require_once 'functions/upgrades.php';
require_once 'functions/utils.php';
require_once 'functions/widgets.php';