woocommerce_webhook_status, $this->get_prop( status, $context

woocommerce_webhook_status, $this->get_prop( status, $context

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_webhook_status, $this->get_prop( status, $context') is found 1 times:

  • /includes/class-wc-webhook.php line 694
    	 *                         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