Remove filter calling deprecated method

This commit is contained in:
Mike Jolley 2017-11-14 10:21:29 +00:00
parent 7347b25ce0
commit a50f30f792
1 changed files with 0 additions and 3 deletions

View File

@ -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 );