Load deprecated functions
This commit is contained in:
parent
89464f0d4f
commit
6f0462b551
|
@ -24,6 +24,7 @@ $understrap_includes = array(
|
||||||
'/class-wp-bootstrap-navwalker.php', // Load custom WordPress nav walker.
|
'/class-wp-bootstrap-navwalker.php', // Load custom WordPress nav walker.
|
||||||
'/woocommerce.php', // Load WooCommerce functions.
|
'/woocommerce.php', // Load WooCommerce functions.
|
||||||
'/editor.php', // Load Editor functions.
|
'/editor.php', // Load Editor functions.
|
||||||
|
'/deprecated.php', // Load deprecated functions.
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach ( $understrap_includes as $file ) {
|
foreach ( $understrap_includes as $file ) {
|
||||||
|
|
Reference in New Issue