hook name consistancy

This commit is contained in:
Mike Jolley 2013-02-28 17:24:12 +00:00
parent 0770515825
commit b4ebbd5e9e
1 changed files with 1 additions and 1 deletions

View File

@ -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';
?>