Skip to content

Commit

Permalink
Fixed webhook filter name typo, closes woocommerce#8135
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed May 10, 2015
1 parent 02c346e commit e6eaf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ public function get_secret() {
* @return string
*/
public function get_name() {
return apply_filters( 'woocommece_webhook_name', $this->get_post_data()->post_title, $this->id );
return apply_filters( 'woocommerce_webhook_name', $this->get_post_data()->post_title, $this->id );
}

/**
Expand Down

0 comments on commit e6eaf11

Please sign in to comment.