mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-30 11:42:22 +08:00
https://developer.woocommerce.com/2024/09/23/recent-updates-to-error-handling-and-optional-remote-error-logging/
3 lines
111 B
Text
3 lines
111 B
Text
add_action( 'init', function() {
|
|
update_option( 'woocommerce_feature_remote_logging_enabled', 'no' );
|
|
} );
|