classic_editor_enabled_editors_for_post

classic_editor_enabled_editors_for_post

Hook Type: filter

See hook in core

Displaying hooks found in version: classic-editor.1.6.3

apply_filters('classic_editor_enabled_editors_for_post') is found 1 times:

  • /classic-editor.php line 797
    		 *
    		 * @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.
    	 *