15 lines
282 B
PHP
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';
|