Skip to content

Commit

Permalink
Documentation: Update FAQ to avoid reference to deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Feb 25, 2019
1 parent 629596c commit 50f379a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/designers-developers/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,7 @@ var blocks = wp.blocks.parse( postContent );
In PHP:

```php
$blocks = gutenberg_parse_blocks( $post_content ); // plugin
$blocks = parse_blocks( $post_content ); // WordPress 5.0
$blocks = parse_blocks( $post_content );
```

## Why should I start using this once released?
Expand Down

0 comments on commit 50f379a

Please sign in to comment.