woocommerce_log_clear, $handle

woocommerce_log_clear, $handle

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_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.