Last active
August 29, 2015 14:11
-
-
Save robneu/425a46e95e61bf2315b4 to your computer and use it in GitHub Desktop.
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 | |
add_action( 'flagship_dashboard_main_panel_content', 'prefix_getting_started' ); | |
/** | |
* Add helper content to the main Flagship Dashboard panel. | |
* | |
* @since 1.0.0 | |
* @access public | |
* @return void | |
*/ | |
function prefix_getting_started() { | |
// Your dashboard content here. Template, html, whatever. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment