Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #61269, comment 13


Ignore:
Timestamp:
05/28/2024 12:19:17 PM (4 months ago)
Author:
hellofromTonya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61269, comment 13

    v1 v2  
    88
    99Patch: https://github.com/WordPress/wordpress-develop/pull/6606
     10Note: 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{{{
     13npm install
     14npm run build:dev
     15}}}
    1016
    1117Plugin 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.):
    12181. Install the plugin, but do not activate it yet.
    13192. 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:
     203. After the plugin header DocBlock and after `defined( 'ABSPATH' ) || exit;` (if this exists), copy and paste the following code:
    1521
    1622{{{#!php