classic_editor_enabled_editors_for_post_type

classic_editor_enabled_editors_for_post_type

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_type') is found 1 times:

  • /classic-editor.php line 767
    		 *
    		 * @param array $editors    Associative array of the editors and whether they are enabled for the post type.
    		 * @param string $post_type The post type.
    		 */
    		$editors = apply_filters( 'classic_editor_enabled_editors_for_post_type', $editors, $post_type );
    		self::$supported_post_types[ $post_type ] = $editors;
    
    		return $editors;
    	}
    
    	/**