Remove filter calling deprecated method
This commit is contained in:
parent
7347b25ce0
commit
a50f30f792
|
@ -50,9 +50,6 @@ class WC_Post_Data {
|
|||
add_action( 'untrashed_post', array( __CLASS__, 'untrash_post' ) );
|
||||
add_action( 'before_delete_post', array( __CLASS__, 'before_delete_order' ) );
|
||||
|
||||
// Download permissions
|
||||
add_action( 'woocommerce_process_product_file_download_paths', array( __CLASS__, 'process_product_file_download_paths' ), 10, 3 );
|
||||
|
||||
// Meta cache flushing.
|
||||
add_action( 'updated_post_meta', array( __CLASS__, 'flush_object_meta_cache' ), 10, 4 );
|
||||
add_action( 'updated_order_item_meta', array( __CLASS__, 'flush_object_meta_cache' ), 10, 4 );
|
||||
|
|
Loading…
Reference in New Issue