woocommerce_after_product_ordering, $sorting_id, $menu_orders

woocommerce_after_product_ordering, $sorting_id, $menu_orders

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_after_product_ordering, $sorting_id, $menu_orders') is found 1 times:

  • /includes/class-wc-ajax.php line 2380
    		}
    
    		WC_Post_Data::delete_product_query_transients();
    
    		do_action( 'woocommerce_after_product_ordering', $sorting_id, $menu_orders );
    		wp_send_json( $menu_orders );
    	}
    
    	/**
    	 * Handle a refund via the edit order screen.
    	 *