Fixed webhook filter name typo, closes #8135
This commit is contained in:
parent
02c346eb87
commit
e6eaf11aa7
|
@ -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 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue