Updated High perfromance Order Storage Upgrade Recipe Book (markdown)

Peter Fabian 2022-09-19 10:55:27 +02:00
parent b9a0fb3989
commit d300465d97
1 changed files with 1 additions and 1 deletions

@ -193,7 +193,7 @@ function render_xyz_metabox( $post_or_order_object ) {
## Declaring extension (in)compatibility
Once you examined the extension's code, you can declare whether it's compatible with HPOS or not. We've prepared an API to make this easy:
Once you examined the extension's code, you can declare whether it's compatible with HPOS or not. We've prepared an API to make this easy. To declare your extension compatible, use the following code:
```php