diff --git a/admin/woocommerce-admin-status.php b/admin/woocommerce-admin-status.php index 3749e078fbd..a66b6cef4aa 100644 --- a/admin/woocommerce-admin-status.php +++ b/admin/woocommerce-admin-status.php @@ -193,7 +193,7 @@ function woocommerce_status_report() { $posting['wp_remote_post']['success'] = false; } - $posting = apply_filters( 'wc_debug_posting', $posting ); + $posting = apply_filters( 'woocommerce_debug_posting', $posting ); foreach( $posting as $post ) { $mark = ( isset( $post['success'] ) && $post['success'] == true ) ? 'yes' : 'error'; ?>