Skip to content

Commit

Permalink
Remove mapping for get_product_search_form filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Feb 23, 2015
1 parent 2657ed2 commit 2ffcc65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/wc-deprecated-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ function woocommerce_list_pages( $pages ) {
global $wc_map_deprecated_filters;

$wc_map_deprecated_filters = array(
'pre_get_product_search_form' => 'get_product_search_form',
'woocommerce_add_to_cart_fragments' => 'add_to_cart_fragments',
'woocommerce_add_to_cart_redirect' => 'add_to_cart_redirect'
);
Expand Down

0 comments on commit 2ffcc65

Please sign in to comment.