From 6f0462b5514101789becc3c7a35140e1c74a6f23 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Tue, 29 Jan 2019 00:05:11 +0100 Subject: [PATCH] Load deprecated functions --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index 93a6194..864a906 100644 --- a/functions.php +++ b/functions.php @@ -24,6 +24,7 @@ $understrap_includes = array( '/class-wp-bootstrap-navwalker.php', // Load custom WordPress nav walker. '/woocommerce.php', // Load WooCommerce functions. '/editor.php', // Load Editor functions. + '/deprecated.php', // Load deprecated functions. ); foreach ( $understrap_includes as $file ) {