PHP 8.0.30
Preview: class-wc-webhooks-data-store-interface.php Size: 787 B
/home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/woocommerce/includes/interfaces/class-wc-webhooks-data-store-interface.php

<?php
/**
 * Webhook Data Store Interface
 *
 * @version  3.2.0
 * @package  WooCommerce\Interface
 */

/**
 * WooCommerce Webhook data store interface.
 */
interface WC_Webhook_Data_Store_Interface {

	/**
	 * Get API version number.
	 *
	 * @since  3.2.0
	 * @param  string $api_version REST API version.
	 * @return int
	 */
	public function get_api_version_number( $api_version );

	/**
	 * Get all webhooks IDs.
	 *
	 * @since  3.2.0
	 * @throws InvalidArgumentException If a $status value is passed in that is not in the known wc_get_webhook_statuses() keys.
	 * @param  string $status Optional - status to filter results by. Must be a key in return value of @see wc_get_webhook_statuses(). @since 3.6.0.
	 * @return int[]
	 */
	public function get_webhooks_ids( $status = '' );
}

Directory Contents

Dirs: 0 × Files: 20

Name Size Perms Modified Actions
1.09 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
1.33 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
820 B lrw-r--r-- 2026-03-30 10:22:34
Edit Download
1.58 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
658 B lrw-r--r-- 2026-03-30 10:22:34
Edit Download
1.12 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
690 B lrw-r--r-- 2026-03-30 10:22:34
Edit Download
3.67 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
1.62 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
3.01 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
2.42 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
544 B lrw-r--r-- 2026-03-30 10:22:34
Edit Download
523 B lrw-r--r-- 2026-03-30 10:22:34
Edit Download
289 B lrw-r--r-- 2026-03-30 10:22:34
Edit Download
1.77 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
3.74 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
1.88 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
5.39 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
1.80 KB lrw-r--r-- 2026-03-30 10:22:34
Edit Download
787 B lrw-r--r-- 2026-03-30 10:22:34
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).