From 92425573e4a4655fe6a980c14fa67fa83cb0dde2 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Mon, 27 Apr 2020 21:17:55 +0300 Subject: [PATCH] Link to configure widgets, too --- src/WidgetContext.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/WidgetContext.php b/src/WidgetContext.php index da78c65..376a4dc 100644 --- a/src/WidgetContext.php +++ b/src/WidgetContext.php @@ -229,6 +229,12 @@ public function plugin_action_links( $links ) { esc_html__( 'Settings', 'widget-context' ) ); + $links[] = sprintf( + '%s', + esc_url( $this->customize_widgets_admin_url() ), + esc_html__( 'Configure Widgets', 'widget-context' ) + ); + if ( $this->pro_nag_enabled() ) { $links[] = sprintf( 'PRO 🚀',