From b4ebbd5e9e1e59cdeaef54d630addcfc56934570 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Thu, 28 Feb 2013 17:24:12 +0000 Subject: [PATCH] hook name consistancy --- admin/woocommerce-admin-status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; ?>