admin-menu-width
2 years ago
blank-comment-template.php
2 years ago
bmp-to-image-object.php
2 years ago
empty-class-classic-editor.php
2 years ago
password-protected-login.php
2 years ago
empty-class-classic-editor.php
15 lines
| 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 | } |