ecofse/functions.php
2023-11-25 15:33:01 +13:00

15 lines
282 B
PHP

<?php
/**
* Functions and definitions
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/ - functions.php documentation
*
* @package EcoWP\Functions
* @since 0.1
*/
/**
* Disable unnecessary features
*/
require get_template_directory() . '/inc/cleanup.php';