woocommerce_webhook_status

woocommerce_webhook_status

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_webhook_status') is found 1 times:

  • /includes/class-wc-webhook.php line 659
    655
    656
    657
    658
    659
    660
    661
    662
    663
    664
    665
    *                         Valid values are 'view' and 'edit'.
     * @return string status
     */
    public function get_status( $context = 'view' ) {
        return apply_filters( 'woocommerce_webhook_status', $this->get_prop( 'status', $context ), $this->get_id() );
    }
     
    /**
     * Get webhook created date.
     *
     * @since  3.2.0