woocommerce_delete_order_downloadable_permissions action-hook . WC 1.0
Remove downloadable permissions on permanent order deletion.
Usage
add_action( 'woocommerce_delete_order_downloadable_permissions', 'action_function_name_7402' ); function action_function_name_7402( $postid ){ // action... }
- $postid(int)
- Post ID.
Where the hook is called
woocommerce_delete_order_downloadable_permissions
woocommerce/includes/class-wc-post-data.php 463
do_action( 'woocommerce_delete_order_downloadable_permissions', $postid );