Available Filters

add_filter( 'mesh_content_css', get_stylesheet_directory_uri() . '/css/admin-editor.css' , 'editor_path' );
add_filter( 'mesh_section_templates', $section_templates );
add_filter( 'mesh_tabs', $tabs );
add_filter( 'mesh_css_mode', $css_mode ); // Allow filtering of available css_mode options
add_filter( 'mesh_allowed_html', array_merge_recursive( $post_allowed, $mesh_allowed ); // Filter allowed HTML within MCS
add_filter( 'mesh_admin_pointers-' . $screen_id, array() );
add_filter( 'mesh_default_bg_size', $size );
add_filter( 'mesh_large_bg_size', $size );
add_filter( 'mesh_medium_bg_size', $size );
add_filter( 'mesh_xlarge_bg_size', $size );
add_filter( 'mesh_tiny_mce_before_init', $init_options );
add_filter( 'mesh_tiny_mce_options', $mesh_tiny_mce_options );