Skip to content

Commit

Permalink
Update docs/designers-developers/developers/filters/editor-filters.md
Browse files Browse the repository at this point in the history
doc edit

Co-Authored-By: Pascal Birchler <[email protected]>
  • Loading branch information
draganescu and swissspidy committed May 21, 2019
1 parent 18a226c commit 49fdf62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ wp.hooks.addFilter( 'editor.PostPreview.interstitialMarkup', 'my-plugin/custom-p
### `block_editor_settings`
This is a PHP filter which is applied before sending settings to the WordPress block editor.

You may find details about this filter [on its WordPress Code Reference page](wp-admin/edit-form-blocks.php).
You may find details about this filter [on its WordPress Code Reference page](https://developer.wordpress.org/reference/hooks/block_editor_settings/).

The filter will send any setting to the initialized Editor, which means any editor setting that is used to configure the editor at initialisation can be filtered by a PHP WordPress plugin before being sent.

Expand Down

0 comments on commit 49fdf62

Please sign in to comment.