diff --git a/includes/admin/views/html-admin-page-status.php b/includes/admin/views/html-admin-page-status.php index 97a20cffd21..2998dfc018e 100644 --- a/includes/admin/views/html-admin-page-status.php +++ b/includes/admin/views/html-admin-page-status.php @@ -13,7 +13,7 @@ $tabs = array( 'tools' => __( 'Tools', 'woocommerce' ), 'logs' => __( 'Logs', 'woocommerce' ), ); - +$tabs = apply_filters( 'woocommerce_admin_status_tabs', $tabs ); ?>