Load deprecated functions

This commit is contained in:
IanDelMar 2019-01-29 00:05:11 +01:00 committed by GitHub
parent 89464f0d4f
commit 6f0462b551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 ) {