Fixed webhook filter name typo, closes #8135

This commit is contained in:
Claudio Sanches 2015-05-10 11:54:15 -03:00
parent 02c346eb87
commit e6eaf11aa7
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ class WC_Webhook {
* @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 );
}
/**