📄 Viewing: empty-class-classic-editor.php

<?php

/**
 * Empty class for compatibility fixes
 * e.g. So ASE Disable Gutenberg works with Gravity Forms to show "Add Form" button beside "Add Media"
 *
 * @since 6.9.6
 */
class Classic_Editor {

	public function do_nothihg() {
		// We do nothing in this method and class		
	}	

}

🌑 DarkStealth — WP Plugin Edition

Directory: /home/httpd/html/matrixmodels.com/public_html/wp-content/plugins/admin-site-enhancements/includes