Changes between Version 1 and Version 2 of Ticket #61269, comment 13
- Timestamp:
- 05/28/2024 12:19:17 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61269, comment 13
v1 v2 8 8 9 9 Patch: https://github.com/WordPress/wordpress-develop/pull/6606 10 Note: After applying the patch, it needs to be built (i.e. to build the JS and its minified version) which is done by: 11 12 {{{ 13 npm install 14 npm run build:dev 15 }}} 10 16 11 17 Plugin with onboarding | set up | configure experience that auto-redirected after activation before WP 6.5.0 (e.g. Elementary, WooCommerce, BuddyPress, bbPress, OptinMonster, WPForms, etc.): 12 18 1. Install the plugin, but do not activate it yet. 13 19 2. Open its main plugin PHP file. 14 3. After the plugin header DocBlock and `after `defined( 'ABSPATH' ) || exit;` (if this exists), copy and paste the following code:20 3. After the plugin header DocBlock and after `defined( 'ABSPATH' ) || exit;` (if this exists), copy and paste the following code: 15 21 16 22 {{{#!php