woocommerce_webhook_secret

woocommerce_webhook_secret

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_webhook_secret') is found 1 times:

  • /includes/class-wc-webhook.php line 695
    691
    692
    693
    694
    695
    696
    697
    698
    699
    700
    701
    *                         Valid values are 'view' and 'edit'.
     * @return string
     */
    public function get_secret( $context = 'view' ) {
        return apply_filters( 'woocommerce_webhook_secret', $this->get_prop( 'secret', $context ), $this->get_id() );
    }
     
    /**
     * Get the webhook topic, e.g. `order.created`.
     *
     * @since  2.2.0