Browse
For agents
About
Admin and Site Enhancements (ASE)
/
7.8.13
Admin and Site Enhancements (ASE)
v7.8.13
Switch version
9.1.1
9.1.0
9.0.2
9.0.1
9.0.0
8.9.2
8.9.1
8.9.0
8.8.8
8.8.7
8.8.6
8.8.5
8.8.4
8.8.3
8.8.2
8.8.1
8.8.0
8.7.3
8.7.2
8.7.1
8.2.1
8.2.2
8.2.3
8.3.0
8.3.1
All 273 releases
Overview
Code
admin-site-enhancements
/
includes
/
empty-class-classic-editor.php
empty-class-classic-editor.php
15 lines
284 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
/**
4
* Empty class for compatibility fixes
5
* e.g. So ASE Disable Gutenberg works with Gravity Forms to show "Add Form" button beside "Add Media"
6
*
7
*
@since
6.9.6
8
*/
9
class
Classic_Editor
{
10
11
public
function
do_nothihg
(
)
{
12
//
We do nothing in this method and class
13
}
14
15
}