woocommerce_log_clear, $handle
woocommerce_log_clear, $handle
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_log_clear, $handle') is found 1 times:
- /includes/log-handlers/class-wc-log-handler-file.php line 242
if ( $this->open( $handle, 'w' ) && is_resource( $this->handles[ $handle ] ) ) { $result = true; } do_action( 'woocommerce_log_clear', $handle ); return $result; } /** * Remove/delete the chosen file.