Skip to content

Commit 92096a9

Browse files
authored
Merge pull request #90 from Automattic/docs/install-update
Updating to IC installation.
2 parents b992ce2 + 45f1d10 commit 92096a9

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,11 @@ This plugin is currently developed for use on WordPress sites hosted on the VIP
6565

6666
### Install on WordPress VIP
6767

68-
The Block Data API plugin is authored and maintained by [WordPress VIP][wpvip], and made available to all WordPress sites by [VIP MU plugins][vip-go-mu-plugins]. Customers who host on WordPress VIP or use [`vip dev-env`](https://docs.wpvip.com/how-tos/local-development/use-the-vip-local-development-environment/) to develop locally have access to the Block Data API automatically. We recommend this activation method for WordPress VIP customers.
68+
The Block Data API plugin is authored and maintained by [WordPress VIP][wpvip], and made available to all WordPress sites by the [VIP Integrations Center][vip-ic]. Customers who host on WordPress VIP or use [`vip dev-env`](https://docs.wpvip.com/how-tos/local-development/use-the-vip-local-development-environment/) to develop locally have access to the Block Data API automatically. We recommend this activation method for WordPress VIP customers.
6969

70-
Enable the plugin by adding the method shown below to your application's [`client-mu-plugins/plugin-loader.php`][vip-go-skeleton-plugin-loader-example]:
70+
Enable the Integration by [adding it to your organization][vip-ic-org]. Once that is complete you can [activate the integration on your application][vip-ic-app]. Activation is for the current environment only, so you may need to activate the Integration on multiple environments.
7171

72-
```php
73-
// client-mu-plugins/plugin-loader.php
74-
75-
\Automattic\VIP\Integrations\activate( 'block-data-api' );
76-
```
77-
78-
Create this path in your WordPress VIP site if it does not yet exist.
79-
80-
This will automatically install and activate the latest mu-plugins release of the Block Data API. Remove this line to deactivate the plugin. For more WordPress VIP-specific information about using this plugin, see documentation for the [Block Data API plugin on WordPress VIP][wpvip-mu-plugins-block-data-api].
72+
For more WordPress VIP-specific information about using this plugin, see documentation for the [Block Data API plugin on WordPress VIP][wpvip-mu-plugins-block-data-api].
8173

8274
We plan to utilize API versioning to make automatic updates safe for consumer code. See [Versioning](#versioning) for more information.
8375

@@ -1620,3 +1612,6 @@ composer run test
16201612
[wpvip-plugin-submodules]: https://docs.wpvip.com/technical-references/plugins/installing-plugins-best-practices/#h-submodules
16211613
[wpvip-plugin-subtrees]: https://docs.wpvip.com/technical-references/plugins/installing-plugins-best-practices/#h-subtrees
16221614
[wpvip]: https://wpvip.com/
1615+
[vip-ic]:https://docs.wpvip.com/integrations/center/
1616+
[vip-ic-org]:https://docs.wpvip.com/integrations/org-integrations/
1617+
[vip-ic-app]:https://docs.wpvip.com/integrations/app-integrations/

0 commit comments

Comments
 (0)