Included @since tag to wc_is_webhook_valid_topic()

This commit is contained in:
Claudio Sanches 2017-08-18 13:41:51 -03:00
parent 95de32d9c7
commit 8d8ffb6e9e
1 changed files with 1 additions and 0 deletions

View File

@ -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
*/