Skip to content

Commit

Permalink
Update dum-acp-page.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsouth authored Jul 31, 2023
1 parent aa426e8 commit 522d2fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions includes/dum-acp-page.php
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
<?php
/**
* Add my new menu to the Admin Control Panel
*/

echo '<div class="wrap">'
. '<h1>Hello World!</h1>'
. '<p>Welcome to the super awesome plugin!</p>'
.'</div>'
;

0 comments on commit 522d2fa

Please sign in to comment.