Update functions.php

This commit is contained in:
UnderstrapFramework 2019-12-17 10:41:11 +00:00 committed by GitHub
parent 1ab5187ff7
commit 9791ed4422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ $understrap_includes = array(
'/class-wp-bootstrap-navwalker.php', // Load custom WordPress nav walker. Trying to get deeper navigation? Check out: https://github.com/understrap/understrap/issues/567 '/class-wp-bootstrap-navwalker.php', // Load custom WordPress nav walker. Trying to get deeper navigation? Check out: https://github.com/understrap/understrap/issues/567
'/woocommerce.php', // Load WooCommerce functions. '/woocommerce.php', // Load WooCommerce functions.
'/editor.php', // Load Editor functions. '/editor.php', // Load Editor functions.
'/wp-admin.php', // /wp-admin/ related functions
'/deprecated.php', // Load deprecated functions. '/deprecated.php', // Load deprecated functions.
); );