Move up require for caching functions
Just makes more sense in that order, does not actually change anything.
This commit is contained in:
parent
1615506c5b
commit
36ed7e0b32
@ -457,6 +457,12 @@ require_once __DIR__ . '/includes/functions/_utility.php';
|
||||
|
||||
require_once __DIR__ . '/includes/functions/_setup-wordpress.php';
|
||||
|
||||
/**
|
||||
* Cache plugins and Transients.
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/includes/functions/_service-caching.php';
|
||||
|
||||
/**
|
||||
* Actions whenever a post is created or updated.
|
||||
*/
|
||||
@ -485,12 +491,6 @@ require_once __DIR__ . '/includes/functions/_setup-theme.php';
|
||||
|
||||
require_once __DIR__ . '/includes/functions/_setup-types-and-terms.php';
|
||||
|
||||
/**
|
||||
* Cache plugins and Transients.
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/includes/functions/_service-caching.php';
|
||||
|
||||
/**
|
||||
* Add custom shortcodes.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user