Created
November 19, 2014 16:09
-
-
Save wpmark/ab441a40f88ab1b17297 to your computer and use it in GitHub Desktop.
WordPress Admin Page Content Function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function wpmark_admin_menu_content() { | |
| ?> | |
| <div class="wrap"> | |
| <h2>My Admin Page</h2> | |
| <?php | |
| /* your admin pages content would be added here! */ | |
| ?> | |
| </div> | |
| <?php | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment