get_webhooks_ids('active');
$wh_list = [];
foreach ($all_ids as $id) {
$wh = wc_get_webhook($id);
if ($wh && str_starts_with($wh->get_name(), 'fusion-woodoo-')) {
$wh_list[] = $wh;
}
}
?>
|
|
|
|
| get_name()); ?> |
get_topic()); ?> |
get_delivery_url()); ?> |
get_status())); ?>
|