Updated URL's tab parameter to fix broken edit webhook button

This commit is contained in:
Tim Howe 2018-05-25 10:29:03 -04:00
parent 54357733bd
commit b783e94084
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class WC_Admin_Webhooks_Table_List extends WP_List_Table {
* @return string
*/
public function column_title( $webhook ) {
$edit_link = admin_url( 'admin.php?page=wc-settings&tab=api&section=webhooks&edit-webhook=' . $webhook->get_id() );
$edit_link = admin_url( 'admin.php?page=wc-settings&tab=advanced&section=webhooks&edit-webhook=' . $webhook->get_id() );
$output = '';
// Title.