Follow-up to d559c5cc87
. This function got deleted.
This commit is contained in:
parent
fdc122214e
commit
0019f2f15e
|
@ -15,7 +15,6 @@ global $woocommerce;
|
||||||
add_action('delete_post', 'woocommerce_delete_product_sync', 10);
|
add_action('delete_post', 'woocommerce_delete_product_sync', 10);
|
||||||
add_action('admin_init', 'woocommerce_preview_emails');
|
add_action('admin_init', 'woocommerce_preview_emails');
|
||||||
add_action('admin_init', 'woocommerce_prevent_admin_access');
|
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');
|
add_action('woocommerce_settings_saved', 'woocomerce_check_download_folder_protection');
|
||||||
|
|
||||||
/** Filters ***************************************************************/
|
/** Filters ***************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue