We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23554a4 + 45418c7 commit d88a5f9Copy full SHA for d88a5f9
inc/functions.php
@@ -14,11 +14,13 @@
14
require_once 'functions/globals.php';
15
require_once 'functions/install.php';
16
require_once 'functions/options.php';
17
+require_once 'functions/post-restrictions.php';
18
require_once 'functions/protections.php';
19
require_once 'functions/query.php';
20
require_once 'functions/restrictions.php';
-require_once 'functions/rules.php';
21
require_once 'functions/rule-callbacks.php';
22
+require_once 'functions/rules.php';
23
+require_once 'functions/term-restrictions.php';
24
require_once 'functions/upgrades.php';
25
require_once 'functions/utils.php';
26
require_once 'functions/widgets.php';
0 commit comments