woocommerce_webhook_resource filter-hook . WC 1.0
Usage
add_filter( 'woocommerce_webhook_resource', 'filter_function_name_7279', 10, 2 ); function filter_function_name_7279( $topic[0], $id ){ // filter... return $topic[0]; }
- $topic[0]
- -
- $id
- -
Where the hook is called
woocommerce_webhook_resource
woocommerce/includes/class-wc-webhook.php 1047
return apply_filters( 'woocommerce_webhook_resource', $topic[0], $this->get_id() );