b0y-101 Mini Shell


Current Path : E:/www/km/wp/wp-content/plugins/gutenberg/lib/experimental/
File Upload :
Current File : E:/www/km/wp/wp-content/plugins/gutenberg/lib/experimental/class--wp-editors.php

<?php
/**
 * Contains the placeholder class to replace the default `_WP_Editors`.
 *
 * @package gutenberg
 * @since 6.3.0
 */

// phpcs:disable PEAR.NamingConventions.ValidClassName.StartWithCapital

/**
 * Placeholder class.
 * Used to disable loading of TinyMCE assets.
 *
 * @access public
 */
final class _WP_Editors {
	/**
	 * Necessary to ensure no additional TinyMCE assets are enqueued.
	 */
	public static function enqueue_default_editor() {}

	/**
	 * Necessary for wp admin dashboard.
	 */
	public static function editor() {}
}

Copyright © 2019 by b0y-101