classic_editor_enabled_editors_for_post
classic_editor_enabled_editors_for_post
Appears in: classic-editor.1.2, classic-editor.1.3, classic-editor.1.4, classic-editor.1.5, classic-editor.1.6, classic-editor.1.6.1, classic-editor.1.6.2, classic-editor.1.6.3, classic-editor.1.6.4, classic-editor.1.6.5
Hook Type: filter
Displaying hooks found in version: classic-editor.1.6.5apply_filters('classic_editor_enabled_editors_for_post') is found 1 times:
- /classic-editor.php line 804
* * @param array $editors Associative array of the editors and whether they are enabled for the post. * @param WP_Post $post The post object. */ return apply_filters( 'classic_editor_enabled_editors_for_post', $editors, $post ); } /** * Adds links to the post/page screens to edit any post or page in * the classic editor or block editor. *