Included @since tag to wc_is_webhook_valid_topic()
This commit is contained in:
parent
95de32d9c7
commit
8d8ffb6e9e
|
@ -18,6 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
* + starts with `action.woocommerce_` or `action.wc_`.
|
||||
* + it has a valid resource & event.
|
||||
*
|
||||
* @since 2.2.0
|
||||
* @param string $topic Webhook topic.
|
||||
* @return bool
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue