Submit
Path:
~
/
home
/
getwphos
/
public_html
/
BenjaminMarc2023
/
wp-content
/
plugins
/
woocommerce
/
includes
/
interfaces
/
File Content:
class-wc-log-handler-interface.php
<?php /** * Log Handler Interface * * @version 3.3.0 * @package WooCommerce\Interface */ /** * WC Log Handler Interface * * Functions that must be defined to correctly fulfill log handler API. * * @version 3.3.0 */ interface WC_Log_Handler_Interface { /** * Handle a log entry. * * @param int $timestamp Log timestamp. * @param string $level emergency|alert|critical|error|warning|notice|info|debug. * @param string $message Log message. * @param array $context Additional information for log handlers. * * @return bool False if value was not handled and true if value was handled. */ public function handle( $timestamp, $level, $message, $context ); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
class-wc-abstract-order-data-store-interface.php
1116 bytes
0644
class-wc-coupon-data-store-interface.php
1361 bytes
0644
class-wc-customer-data-store-interface.php
820 bytes
0644
class-wc-customer-download-data-store-interface.php
1614 bytes
0644
class-wc-customer-download-log-data-store-interface.php
658 bytes
0644
class-wc-importer-interface.php
1145 bytes
0644
class-wc-log-handler-interface.php
690 bytes
0644
class-wc-logger-interface.php
3761 bytes
0644
class-wc-object-data-store-interface.php
1655 bytes
0644
class-wc-order-data-store-interface.php
3083 bytes
0644
class-wc-order-item-data-store-interface.php
2479 bytes
0644
class-wc-order-item-product-data-store-interface.php
544 bytes
0644
class-wc-order-item-type-data-store-interface.php
523 bytes
0644
class-wc-order-refund-data-store-interface.php
289 bytes
0644
class-wc-payment-token-data-store-interface.php
1811 bytes
0644
class-wc-product-data-store-interface.php
3832 bytes
0644
class-wc-product-variable-data-store-interface.php
1925 bytes
0644
class-wc-queue-interface.php
5533 bytes
0644
class-wc-shipping-zone-data-store-interface.php
1846 bytes
0644
class-wc-webhooks-data-store-interface.php
787 bytes
0644
N4ST4R_ID | Naxtarrr