Added wp-admin functions

This commit is contained in:
UnderstrapFramework 2019-10-29 16:20:33 +00:00 committed by GitHub
parent ccd1075c89
commit 90bbcfe29e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ $understrap_includes = array(
'/class-wp-bootstrap-navwalker.php', // Load custom WordPress nav walker.
'/woocommerce.php', // Load WooCommerce functions.
'/editor.php', // Load Editor functions.
'/wp-admin.php', // /wp-admin/ related functions
'/deprecated.php', // Load deprecated functions.
);