Ticket #27605: test.php
| File test.php, 463 bytes (added by , 12 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | add_action('admin_menu', function() { |
| 4 | add_menu_page( 'Test For #27605', 'Test For #27605', 'administrator', __FILE__, 'test_settings_page' ); |
| 5 | } ); |
| 6 | |
| 7 | |
| 8 | function test_settings_page() { |
| 9 | |
| 10 | ?> |
| 11 | |
| 12 | <div class="wrap"> |
| 13 | |
| 14 | <div id="test-editor-container"> |
| 15 | <?php wp_editor( 'test', 'test-editor' ); ?> |
| 16 | </div> |
| 17 | |
| 18 | <button onclick="getElementById('test-editor-container').remove();">Remove Editor</button> |
| 19 | |
| 20 | </div> |
| 21 | |
| 22 | <?php |
| 23 | |
| 24 | } ?> |
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)