[wp-trac] [WordPress Trac] #61269: Plugin Dependencies: Add filter to restore auto-redirect after plugin activation
WordPress Trac
noreply at wordpress.org
Mon May 27 07:44:54 UTC 2024
#61269: Plugin Dependencies: Add filter to restore auto-redirect after plugin
activation
-------------------------------------------------+-------------------------
Reporter: hellofromTonya | Owner: (none)
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 6.5.4
Component: Upgrade/Install | Version: 6.5
Severity: normal | Resolution:
Keywords: needs-testing needs-dev-note has- | Focuses:
patch has-testing-info | administration
-------------------------------------------------+-------------------------
Comment (by pooja1210):
Hi,
**Test Report for WooCommerce**
**Patch tested:** https://github.com/WordPress/wordpress-develop/pull/6606
**Environment**
OS: macOS
PHP: 8.1
WordPress: 6.6-alpha-20240527.1
Browser: Chrome 125
Theme: Default
Plugins: WooCommerce v8.9.1 with the sample code added:
{{{
add_filter( 'plugin_configuration_data_woocommerce', static function() {
return array(
'url' => admin_url( 'admin.php?page=wc-admin' ),
);
} );
}}}
**Expected Result:**
## Test in the Add Plugins UI:
After activation, the site is redirected to the WooCommerce onboarding
wizard page ☑️
## Test in the More Details modal:
At the bottom, the refresh button is not visible and the site is
redirected to the WooCommerce onboarding wizard page ☑️
Thanks
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61269#comment:43>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list