From 0019f2f15e425da151ad4334549c18dd5f92a9a8 Mon Sep 17 00:00:00 2001 From: Geert De Deckere Date: Wed, 15 Feb 2012 21:52:23 +0100 Subject: [PATCH] Follow-up to d559c5cc874eeedd5421da1bcbc5394d4ccf4a0b. This function got deleted. --- admin/woocommerce-admin-hooks.php | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/woocommerce-admin-hooks.php b/admin/woocommerce-admin-hooks.php index 579f9ecc00f..59cd6f542d9 100644 --- a/admin/woocommerce-admin-hooks.php +++ b/admin/woocommerce-admin-hooks.php @@ -15,7 +15,6 @@ global $woocommerce; add_action('delete_post', 'woocommerce_delete_product_sync', 10); add_action('admin_init', 'woocommerce_preview_emails'); add_action('admin_init', 'woocommerce_prevent_admin_access'); -add_action('admin_init', 'install_woocommerce_redirect'); add_action('woocommerce_settings_saved', 'woocomerce_check_download_folder_protection'); /** Filters ***************************************************************/